IBindingList.RemoveSort 메서드

정의

ApplySort(PropertyDescriptor, ListSortDirection)를 사용하여 적용되는 모든 정렬을 제거합니다.

public:
 void RemoveSort();
public void RemoveSort ();
abstract member RemoveSort : unit -> unit
Public Sub RemoveSort ()

예외

설명

이 속성은 이trueSupportsSorting 지원됩니다. 그렇지 않으면 이 속성은 을 NotSupportedExceptionthrow합니다.

이 메서드를 호출할 때 열거형을 사용하여 ListChanged 이벤트를 Reset 발생시켜야 합니다.

적용 대상