WindowTab.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 affichée par le système pour l’onglet.
public:
property WindowTabIcon ^ Icon { WindowTabIcon ^ get(); void set(WindowTabIcon ^ value); };
WindowTabIcon Icon();
void Icon(WindowTabIcon value);
public WindowTabIcon Icon { get; set; }
var windowTabIcon = windowTab.icon;
windowTab.icon = windowTabIcon;
Public Property Icon As WindowTabIcon
Valeur de propriété
Icône affichée par le système pour l’onglet.
Remarques
Important
Cette API s’adresse uniquement aux applications de bureau Win32. UWP et d’autres types d’application ne sont pas pris en charge.