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 필터링 및 정렬이 적용된 기준입니다.

적용 대상