WindowTabThumbnailRequestedEventArgs.Tab 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 l’onglet de fenêtre pour lequel le système a demandé une image miniature.
public:
property WindowTab ^ Tab { WindowTab ^ get(); };
WindowTab Tab();
public WindowTab Tab { get; }
var windowTab = windowTabThumbnailRequestedEventArgs.tab;
Public ReadOnly Property Tab As WindowTab
Valeur de propriété
Onglet de fenêtre pour lequel le système a demandé une image miniature.
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.