DataViewManager.IBindingList.RemoveSort 方法

定义

使用 . 删除应用 ApplySort(PropertyDescriptor, ListSortDirection)的任何排序。

 virtual void System.ComponentModel.IBindingList.RemoveSort() = System::ComponentModel::IBindingList::RemoveSort;
void IBindingList.RemoveSort();
abstract member System.ComponentModel.IBindingList.RemoveSort : unit -> unit
override this.System.ComponentModel.IBindingList.RemoveSort : unit -> unit
Sub RemoveSort () Implements IBindingList.RemoveSort

实现

注解

此成员是显式接口成员实现。 仅当实例强制转换为DataViewManager接口时IBindingList,才能使用它。

适用于