AppWindow.IsShownInSwitchers Propriété

Définition

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;

S’applique à