BindingList<T>.IBindingList.ApplySort 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í.
Seřadí seznam na PropertyDescriptor základě a ListSortDirection. Úplný popis tohoto člena najdete v tématu ApplySort(PropertyDescriptor, ListSortDirection).
virtual void System.ComponentModel.IBindingList.ApplySort(System::ComponentModel::PropertyDescriptor ^ prop, System::ComponentModel::ListSortDirection direction) = System::ComponentModel::IBindingList::ApplySort;
void IBindingList.ApplySort (System.ComponentModel.PropertyDescriptor prop, 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 (prop As PropertyDescriptor, direction As ListSortDirection) Implements IBindingList.ApplySort
Parametry
- prop
- PropertyDescriptor
Seřadit PropertyDescriptor podle.
- direction
- ListSortDirection
Jedna z ListSortDirection hodnot.
Implementuje
Poznámky
Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že BindingList<T> je instance přetypovaná na IBindingList rozhraní.