DataViewManager.IBindingList.RemoveSort Метод
Определение
Удаляет любую сортировку, выполненную с использованием метода ApplySort(PropertyDescriptor, ListSortDirection).Removes any sort applied using 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
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр DataViewManager приведен к типу интерфейса IBindingList.It can be used only when the DataViewManager instance is cast to an IBindingList interface.