共用方式為


DataSourceControl.IListSource.ContainsListCollection 屬性

定義

指示資料來源控制項是否與一個或多個資料清單產生關聯。

property bool System::ComponentModel::IListSource::ContainsListCollection { bool get(); };
bool System.ComponentModel.IListSource.ContainsListCollection { get; }
member this.System.ComponentModel.IListSource.ContainsListCollection : bool
 ReadOnly Property ContainsListCollection As Boolean Implements IListSource.ContainsListCollection

屬性值

Boolean

如果 DataSourceControl 與一個或多個 DataSourceView 物件關聯,則為 true,否則為 false

實作

備註

這個屬性是用來判斷目前的 物件是否可以做為一或多個資料清單的來源。 資料來源控制項會將其資料清單封裝為 DataSourceView 物件;因此,當與一或多個 DataSourceView 物件相關聯時, DataSourceControl 控制項代表清單來源物件,而 屬性會傳 true 回 。

這個屬性會呼叫靜態 ListSourceHelper.ContainsListCollection 方法,以判斷目前的資料來源控制項是否可以當做資料來源使用。 類別 ListSourceHelper 會判斷方法是否 GetViewNames 傳回有效的檢視名稱集合。 如果這樣做,這個屬性會傳 true 回 。 如果 傳 GetViewNamesnull ,這是 類別的預設實作 DataSourceControl ,則方法會傳 false 回 。

適用於

另請參閱