共用方式為


IClosableNotifier.IsClosed 屬性

定義

取得值,這個值表示物件是否已關閉 (處置) 。

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

屬性值

Boolean

bool

true 如果物件已關閉 (處置) 則為 ;否則為 false

適用於

另請參閱