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 了筛选和排序的依据。

适用于