BindingList<T>.RemoveSortCore 메서드

정의

정렬 기능이 파생 클래스에서 구현되었으면 ApplySortCore(PropertyDescriptor, ListSortDirection)를 사용하여 적용된 정렬을 제거하고, 그렇지 않으면 NotSupportedException을 발생시킵니다.

protected:
 virtual void RemoveSortCore();
protected virtual void RemoveSortCore ();
abstract member RemoveSortCore : unit -> unit
override this.RemoveSortCore : unit -> unit
Protected Overridable Sub RemoveSortCore ()

예외

메서드가 파생 클래스에서 재정의되지 않은 경우

설명

클래스는 BindingList<T> 정렬의 기본 구현을 제공하지 않으므로 RemoveSortCore 항상 기본적으로 을 NotSupportedException throw합니다. 정렬에 대한 자세한 내용은 메서드를 참조하세요 ApplySortCore .

적용 대상