BindingSource.SortDescriptions 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 소스에 적용된 정렬 설명의 컬렉션을 가져옵니다.
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반환합니다.
-
null
.NET 8 및 이전 버전에서 - .NET 9 이상 버전에서 비어 ListSortDescriptionCollection 있는 입니다.
ListSortDescriptionCollection 은 읽기 전용 컬렉션입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET