BindingSource.SortDescriptions 속성

정의

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

public:
 virtual property System::ComponentModel::ListSortDescriptionCollection ^ SortDescriptions { System::ComponentModel::ListSortDescriptionCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SortDescriptions : System.ComponentModel.ListSortDescriptionCollection
Public Overridable ReadOnly Property SortDescriptions As ListSortDescriptionCollection

속성 값

데이터 원본이 이 IBindingListViewListSortDescriptionCollection 면 목록에 적용된 정렬 설명이 포함된 입니다.

구현

특성

설명

목록이 아닌 경우 이 속성은 다음을 IBindingListView반환합니다.

ListSortDescriptionCollection 은 읽기 전용 컬렉션입니다.

적용 대상