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は、一度構築された読み取り専用コレクションです。

適用対象

こちらもご覧ください