IBindingListView.ApplySort(ListSortDescriptionCollection) 方法

定義

根據指定的 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)

參數

sorts
ListSortDescriptionCollection

ListSortDescriptionCollection,包含要套用至資料來源的排序。

備註

ListSortDescriptionCollection是唯讀集合,建構完成後。

適用於

另請參閱