共用方式為


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套用篩選和排序的 。

適用於