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 。 有关排序的详细信息,请参阅 ApplySortCore 方法。

适用于