共用方式為


ContentIsland.IsClosed 屬性

定義

取得這個 ContentIsland 是否關閉。

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

屬性值

Boolean

bool

如果已關閉, ContentIsland 則為 True;否則為 false。

實作

適用於

另請參閱