DataTable.IListSource.ContainsListCollection プロパティ
定義
このメンバーの詳細については、「ContainsListCollection」をご覧ください。For a description of this member, see ContainsListCollection.
property bool System::ComponentModel::IListSource::ContainsListCollection { bool get(); };
bool System.ComponentModel.IListSource.ContainsListCollection { get; }
ReadOnly Property ContainsListCollection As Boolean Implements IListSource.ContainsListCollection
プロパティ値
コレクションが IList オブジェクトのコレクションである場合は true
。それ以外の場合は false
。true
if the collection is a collection of IList objects; otherwise, false
.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、DataTable のインスタンスが IListSource インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the DataTable instance is cast to an IListSource interface.