IBindingList.SortDirection 속성

정의

정렬 방향을 가져옵니다.

public:
 property System::ComponentModel::ListSortDirection SortDirection { System::ComponentModel::ListSortDirection get(); };
public System.ComponentModel.ListSortDirection SortDirection { get; }
member this.SortDirection : System.ComponentModel.ListSortDirection
Public ReadOnly Property SortDirection As ListSortDirection

속성 값

ListSortDirection

ListSortDirection 값 중 하나입니다.

예외

SupportsSorting이(가) false인 경우

설명

이 속성은 지원되는 경우 SupportsSorting 입니다. true그렇지 않으면 이 속성이 .를 NotSupportedExceptionthrow합니다.

적용 대상