IBindingListView.ApplySort(ListSortDescriptionCollection) Metoda

Definice

Seřadí zdroj dat podle 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

Jedná se ListSortDescriptionCollection o kolekci určenou jen pro čtení.

Platí pro

Viz také