ReadOnlyLinkedElementCollection<T>.IBindingList.AddIndex Method

Definition

Adds the specified property to the set used for indexing the collection when it is searched.

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

Parameters

property
PropertyDescriptor

The property to be used as index.

Implements

Exceptions

This method is not supported

Applies to