DataView.IBindingList.ApplySort(PropertyDescriptor, ListSortDirection) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Popis tohoto člena naleznete v tématu ApplySort(PropertyDescriptor, ListSortDirection).
virtual void System.ComponentModel.IBindingList.ApplySort(System::ComponentModel::PropertyDescriptor ^ property, System::ComponentModel::ListSortDirection direction) = System::ComponentModel::IBindingList::ApplySort;
void IBindingList.ApplySort (System.ComponentModel.PropertyDescriptor? property, System.ComponentModel.ListSortDirection direction);
void IBindingList.ApplySort (System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction);
abstract member System.ComponentModel.IBindingList.ApplySort : System.ComponentModel.PropertyDescriptor * System.ComponentModel.ListSortDirection -> unit
override this.System.ComponentModel.IBindingList.ApplySort : System.ComponentModel.PropertyDescriptor * System.ComponentModel.ListSortDirection -> unit
Sub ApplySort (property As PropertyDescriptor, direction As ListSortDirection) Implements IBindingList.ApplySort
Parametry
- property
- PropertyDescriptor
Objekt PropertyDescriptor .
- direction
- ListSortDirection
Objekt ListSortDirection .
Implementuje
Poznámky
Tento člen je explicitní implementace členu rozhraní. Lze ho použít pouze v DataView případě, že je instance přetypována do IBindingList rozhraní.