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 podle a PropertyDescriptorListSortDirection. Úplný popis tohoto člena naleznete 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 člena rozhraní. Lze jej použít pouze v případě, BindingList<T> že je instance přetypována do IBindingList rozhraní.