共用方式為


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

True 是表示 如果關閉此 ContentIsland;否則為 false。

實作

適用於

另請參閱