BindingSource.ApplySort メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された並べ替えに関する説明に基づいて、データ ソースを並べ替えます。
オーバーロード
ApplySort(PropertyDescriptor, ListSortDirection) |
指定されたプロパティ記述子と並べ替え方向を使用して、データ ソースを並べ替えます。 |
ApplySort(ListSortDescriptionCollection) |
指定された並べ替えに関する説明に基づいて、データ ソースを並べ替えます。 |
ApplySort(PropertyDescriptor, ListSortDirection)
指定されたプロパティ記述子と並べ替え方向を使用して、データ ソースを並べ替えます。
public:
virtual void ApplySort(System::ComponentModel::PropertyDescriptor ^ property, System::ComponentModel::ListSortDirection sort);
public virtual void ApplySort (System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection sort);
abstract member ApplySort : System.ComponentModel.PropertyDescriptor * System.ComponentModel.ListSortDirection -> unit
override this.ApplySort : System.ComponentModel.PropertyDescriptor * System.ComponentModel.ListSortDirection -> unit
Public Overridable Sub ApplySort (property As PropertyDescriptor, sort As ListSortDirection)
パラメーター
- property
- PropertyDescriptor
データ ソースの並べ替えに使用するプロパティを説明する PropertyDescriptor。
- sort
- ListSortDirection
リストをどのように並べ替えるかを指定する ListSortDirection。
実装
例外
データ ソースが IBindingList ではありません。
注釈
並 IBindingList べ替えの基準となるプロパティを示す a PropertyDescriptor と、プロパティ ListSortDirection の内容を昇順または降順で並べ替える必要があるかどうかを示す 1 つの列の並べ替えを実装します。
適用対象
ApplySort(ListSortDescriptionCollection)
指定された並べ替えに関する説明に基づいて、データ ソースを並べ替えます。
public:
virtual void ApplySort(System::ComponentModel::ListSortDescriptionCollection ^ sorts);
public virtual void ApplySort (System.ComponentModel.ListSortDescriptionCollection sorts);
abstract member ApplySort : System.ComponentModel.ListSortDescriptionCollection -> unit
override this.ApplySort : System.ComponentModel.ListSortDescriptionCollection -> unit
Public Overridable Sub ApplySort (sorts As ListSortDescriptionCollection)
パラメーター
データ ソースに適用する並べ替えに関する説明を格納する ListSortDescriptionCollection。
実装
例外
データ ソースが IBindingListView ではありません。
注釈
IBindingListView は、複数列の並べ替えをプロパティ記述子と方向のペアのセットとして実装します。