DataTable.IsInitialized 屬性

定義

會得到一個表示是否 DataTable 已初始化的值。

public:
 property bool IsInitialized { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsInitialized { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsInitialized : bool
Public ReadOnly Property IsInitialized As Boolean

屬性值

true 表示元件已完成初始化;否則 false

實作

屬性

備註

在建構過程中(例如由 Visual Studio 回傳 DataTable 的狀態。 方法將其 BeginInit 設為 false ,方法 EndInit 將其設為 true

適用於

另請參閱