Window.TaskbarItemInfo 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 la miniature de la barre des tâches Windows 7 pour le Window.
public:
property System::Windows::Shell::TaskbarItemInfo ^ TaskbarItemInfo { System::Windows::Shell::TaskbarItemInfo ^ get(); void set(System::Windows::Shell::TaskbarItemInfo ^ value); };
public System.Windows.Shell.TaskbarItemInfo TaskbarItemInfo { get; set; }
member this.TaskbarItemInfo : System.Windows.Shell.TaskbarItemInfo with get, set
Public Property TaskbarItemInfo As TaskbarItemInfo
Valeur de propriété
Miniature de la barre des tâches Windows 7 pour le Window.
Remarques
Pour plus d’informations sur l’utilisation de la miniature de la barre des tâches Windows 7, consultez la TaskbarItemInfo classe.