Version: 2018.4
public void Update (string xml);
public void Update (string medium, string wide, string large, string text);

パラメーター

xml新しいタイルの見た目を示す XML 文書を含む文字列
medium普通サイズのタイルに表示される 150x150 サイズの画像の /uri/
wideワイド タイルに表示される 310x150 サイズの画像の uri (サポートされている場合)
large大きいタイルに表示される 310x310 サイズの画像の uri (サポートされている場合)
textタイルに表示されるテキスト

説明

タイル通知を送ります (タイルの見た目を更新)。

A tile is updated by providing and XML document with new look. The second version is a convenience method to make tile display image, text or both. At least one of medium and text argumets must be provided, and these two are used to determine whether this is image-only, text-only or image-and-text tile. Uris ms-appx:/// and ms-appdata://local can be used to access local application resources. If uri points to network resource, internet access capability must be enabled in applications manifest.