IBindingListView.SortDescriptions 속성

정의

데이터 소스에 현재 적용된 정렬 설명의 컬렉션을 가져옵니다.

public:
 property System::ComponentModel::ListSortDescriptionCollection ^ SortDescriptions { System::ComponentModel::ListSortDescriptionCollection ^ get(); };
public System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; }
member this.SortDescriptions : System.ComponentModel.ListSortDescriptionCollection
Public ReadOnly Property SortDescriptions As ListSortDescriptionCollection

속성 값

데이터 소스에 현재 적용된 ListSortDescriptionCollection입니다.

설명

ListSortDescriptionCollection 일단 생성된 읽기 전용 컬렉션입니다.

적용 대상