BindingSource.ApplySort 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 정렬 설명을 사용하여 데이터 소스를 정렬합니다.
오버로드
ApplySort(PropertyDescriptor, ListSortDirection) |
지정된 속성 설명자 또는 정렬 방향을 사용하여 데이터 소스를 정렬합니다. |
ApplySort(ListSortDescriptionCollection) |
지정된 정렬 설명을 사용하여 데이터 소스를 정렬합니다. |
ApplySort(PropertyDescriptor, ListSortDirection)
지정된 속성 설명자 또는 정렬 방향을 사용하여 데이터 소스를 정렬합니다.
public:
virtual void ApplySort(System::ComponentModel::PropertyDescriptor ^ property, System::ComponentModel::ListSortDirection sort);
public virtual void ApplySort (System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection sort);
abstract member ApplySort : System.ComponentModel.PropertyDescriptor * System.ComponentModel.ListSortDirection -> unit
override this.ApplySort : System.ComponentModel.PropertyDescriptor * System.ComponentModel.ListSortDirection -> unit
Public Overridable Sub ApplySort (property As PropertyDescriptor, sort As ListSortDirection)
매개 변수
- property
- PropertyDescriptor
데이터 소스의 정렬 기준이 되는 속성을 설명하는 PropertyDescriptor입니다.
- sort
- ListSortDirection
목록의 정렬 방법을 나타내는 ListSortDirection입니다.
구현
예외
데이터 소스가 IBindingList가 아닌 경우
설명
합니다 IBindingList 단일 열 정렬을 사용 하 여 구현를 PropertyDescriptor 정렬할 속성을 나타내기 위해 및 ListSortDirection 속성 내용을 오름차순 이나 내림차순으로 정렬할지 여부를 나타내는입니다.
적용 대상
ApplySort(ListSortDescriptionCollection)
지정된 정렬 설명을 사용하여 데이터 소스를 정렬합니다.
public:
virtual void ApplySort(System::ComponentModel::ListSortDescriptionCollection ^ sorts);
public virtual void ApplySort (System.ComponentModel.ListSortDescriptionCollection sorts);
abstract member ApplySort : System.ComponentModel.ListSortDescriptionCollection -> unit
override this.ApplySort : System.ComponentModel.ListSortDescriptionCollection -> unit
Public Overridable Sub ApplySort (sorts As ListSortDescriptionCollection)
매개 변수
데이터 소스에 적용할 정렬 설명이 포함된 ListSortDescriptionCollection입니다.
구현
예외
데이터 소스가 IBindingListView가 아닌 경우
설명
IBindingListView 다중 열 정렬을 속성 설명자 방향 쌍의 집합으로 구현 합니다.