共用方式為


DesktopSiteBridge.IsClosed 屬性

定義

取得關聯的 Win32 HWND 是否已關閉。

public:
 property bool IsClosed { bool get(); };
bool IsClosed();
public bool IsClosed { get; }
var boolean = desktopSiteBridge.isClosed;
Public ReadOnly Property IsClosed As Boolean

屬性值

Boolean

bool

True 是表示 如果相關聯的 Win32 HWND 已關閉;否則為 false。 預設值為 false。

實作

適用於

另請參閱