BindingSource.ISupportInitializeNotification.IsInitialized 屬性
定義
取得值,指出是否已初始化 BindingSource。Gets a value indicating whether the BindingSource is initialized.
property bool System::ComponentModel::ISupportInitializeNotification::IsInitialized { bool get(); };
bool System.ComponentModel.ISupportInitializeNotification.IsInitialized { get; }
member this.System.ComponentModel.ISupportInitializeNotification.IsInitialized : bool
ReadOnly Property IsInitialized As Boolean Implements ISupportInitializeNotification.IsInitialized
屬性值
true
表示已初始化 BindingSource,否則為 false
。true
to indicate the BindingSource is initialized; otherwise, false
.
實作
備註
這個成員是明確介面成員實作,This member is an explicit interface member implementation. 只有在 BindingSource 執行個體轉換成 ISupportInitializeNotification 介面時,才能使用這個成員。It can be used only when the BindingSource instance is cast to an ISupportInitializeNotification interface.