Share via


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

屬性值

顯示在控制中心群組標題旁的圖示。

適用於