IBindingListView.ApplySort(ListSortDescriptionCollection) Metoda

Definicja

Sortuje źródło danych na podstawie danego ListSortDescriptionCollectionobiektu .

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

Element ListSortDescriptionCollection zawierający sortowanie, które mają być stosowane do źródła danych.

Uwagi

Jest ListSortDescriptionCollection to kolekcja tylko do odczytu, po utworzeniu.

Dotyczy

Zobacz też