IBindingList.ApplySort(PropertyDescriptor, ListSortDirection) メソッド

定義

PropertyDescriptorListSortDirection に基づいて並べ替えを行います。

public:
 void ApplySort(System::ComponentModel::PropertyDescriptor ^ property, System::ComponentModel::ListSortDirection direction);
public void ApplySort (System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction);
abstract member ApplySort : System.ComponentModel.PropertyDescriptor * System.ComponentModel.ListSortDirection -> unit
Public Sub ApplySort (property As PropertyDescriptor, direction As ListSortDirection)

パラメーター

property
PropertyDescriptor

並べ替えのキーとなる PropertyDescriptor

direction
ListSortDirection

ListSortDirection 値のいずれか 1 つ。

例外

注釈

項目が追加または削除された場合、これらの項目は並べ替えの順序で配置されます。

このメソッドは、 が trueの場合SupportsSortingにサポートされます。それ以外の場合、このメソッドは をNotSupportedExceptionスローします。

注意 (実装者)

このメソッドの実装では、 列挙を使用してイベントをListChangedReset発生させる必要があります。

適用対象