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 ;

適用於