DataSourceControl.IListSource.ContainsListCollection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指示資料來源控制項是否與一個或多個資料清單產生關聯。
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
屬性值
如果 DataSourceControl 與一個或多個 DataSourceView 物件關聯,則為 true
,否則為 false
。
實作
備註
這個屬性是用來判斷目前的 物件是否可以做為一或多個資料清單的來源。 資料來源控制項會將其資料清單封裝為 DataSourceView 物件;因此,當與一或多個 DataSourceView 物件相關聯時, DataSourceControl 控制項代表清單來源物件,而 屬性會傳 true
回 。
這個屬性會呼叫靜態 ListSourceHelper.ContainsListCollection 方法,以判斷目前的資料來源控制項是否可以當做資料來源使用。 類別 ListSourceHelper 會判斷方法是否 GetViewNames 傳回有效的檢視名稱集合。 如果這樣做,這個屬性會傳 true
回 。 如果 傳 GetViewNames 回 null
,這是 類別的預設實作 DataSourceControl ,則方法會傳 false
回 。