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

属性值

在操作中心中组标题旁边显示的图标。

适用于