ToastCollection.Icon Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’icône qui s’affiche en regard du titre du groupe dans le Centre de notifications.
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
Valeur de propriété
Icône qui s’affiche en regard du titre du groupe dans le Centre de notifications.