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

適用対象