AppWindow.IsShownInSwitchers 属性

定义

获取或设置一个值,该值指示此窗口是否将显示在各种系统表示形式中,例如 ALT+TAB 和任务栏。

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

属性值

Boolean

bool

true 如果此窗口将显示在各种系统表示形式(如 ALT+TAB 和任务栏)中,则为 ;否则为 false;

适用于