IBindingListView.ApplySort(ListSortDescriptionCollection) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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)
パラメーター
データ ソースに適用する並べ替えを含む ListSortDescriptionCollection 。
注釈
ListSortDescriptionCollectionは、一度構築された読み取り専用コレクションです。