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 参照してください。

適用対象