Compartir a través de


ToastCollection.Icon Propiedad

Definición

Obtiene o establece el icono que se muestra junto al título del grupo en el Centro de actividades.

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

Valor de propiedad

Icono que se muestra junto al título del grupo en el Centro de actividades.

Se aplica a