Freigeben über


ToastCollection.Icon Eigenschaft

Definition

Ruft das Symbol ab, das neben dem Gruppentitel im Info-Center angezeigt wird, oder legt es fest.

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

Eigenschaftswert

Das Symbol, das neben dem Gruppentitel im Info-Center angezeigt wird.

Gilt für: