AppWindow.IsShownInSwitchers 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 une valeur qui indique si cette fenêtre apparaîtra dans différentes représentations système, telles que ALT+TAB et la barre des tâches.
public:
property bool IsShownInSwitchers { bool get(); void set(bool value); };
bool IsShownInSwitchers();
void IsShownInSwitchers(bool value);
public bool IsShownInSwitchers { get; set; }
var boolean = appWindow.isShownInSwitchers;
appWindow.isShownInSwitchers = boolean;
Public Property IsShownInSwitchers As Boolean
Valeur de propriété
Boolean
bool
true
si cette fenêtre s’affiche dans différentes représentations système, telles que ALT+TAB et la barre des tâches ; sinon, false
;