IBindingListView.ApplySort(ListSortDescriptionCollection) Metoda

Definice

Seřadí zdroj dat na základě daného ListSortDescriptionCollection.

public:
 void ApplySort(System::ComponentModel::ListSortDescriptionCollection ^ sorts);
public void ApplySort (System.ComponentModel.ListSortDescriptionCollection sorts);
abstract member ApplySort : System.ComponentModel.ListSortDescriptionCollection -> unit
Public Sub ApplySort (sorts As ListSortDescriptionCollection)

Parametry

sorts
ListSortDescriptionCollection

Obsahující ListSortDescriptionCollection řazení, která se mají použít pro zdroj dat.

Poznámky

Je ListSortDescriptionCollection kolekce jen pro čtení, jakmile je vytvořená.

Platí pro

Viz také