ReadOnlyLinkedElementCollection<T>.IBindingList.ApplySort Method

Definition

This method is not supported.

 virtual void System.ComponentModel.IBindingList.ApplySort(System::ComponentModel::PropertyDescriptor ^ property, System::ComponentModel::ListSortDirection direction) = System::ComponentModel::IBindingList::ApplySort;
void IBindingList.ApplySort (System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction);
abstract member System.ComponentModel.IBindingList.ApplySort : System.ComponentModel.PropertyDescriptor * System.ComponentModel.ListSortDirection -> unit
override this.System.ComponentModel.IBindingList.ApplySort : System.ComponentModel.PropertyDescriptor * System.ComponentModel.ListSortDirection -> unit
Sub ApplySort (property As PropertyDescriptor, direction As ListSortDirection) Implements IBindingList.ApplySort

Parameters

property
PropertyDescriptor

The property being sort by.

direction
ListSortDirection

The direction of the sort.

Implements

Exceptions

This method is not supported

Applies to