次の方法で共有


ToastCollection.Icon プロパティ

定義

アクション センターのグループ タイトルの横に表示されるアイコンを取得または設定します。

public:
 property Uri ^ Icon { Uri ^ get(); void set(Uri ^ value); };
Uri Icon();

void Icon(Uri value);
public System.Uri Icon { get; set; }
var uri = toastCollection.icon;
toastCollection.icon = uri;
Public Property Icon As Uri

プロパティ値

アクション センターのグループ タイトルの横に表示されるアイコン。

適用対象