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は、構築後の読み取り専用コレクションです。

適用対象

こちらもご覧ください