ListCollectionView.InternalList プロパティ

定義

フィルター処理され並べ替えられた項目の一覧を取得します。

protected:
 property System::Collections::IList ^ InternalList { System::Collections::IList ^ get(); };
protected System.Collections.IList InternalList { get; }
member this.InternalList : System.Collections.IList
Protected ReadOnly Property InternalList As IList

プロパティ値

IList

IListフィルター処理と並べ替えが適用されている対象。

適用対象