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 函数一致。

适用于

另请参阅