共用方式為


AppWindow.IsVisible 屬性

定義

取得值,這個值表示是否顯示視窗。

public:
 property bool IsVisible { bool get(); };
bool IsVisible();
public bool IsVisible { get; }
var boolean = appWindow.isVisible;
Public ReadOnly Property IsVisible As Boolean

屬性值

Boolean

bool

true 如果顯示視窗,則為 ;否則為 false

備註

即使其他視窗遮蔽,視窗也會被視為 (可見) 。 此屬性的行為會與 IsWindowVisible 函式一致。

適用於

另請參閱