BindingSource::IBindingList::AddIndex Method (PropertyDescriptor^)
.NET Framework (current version)
Adds the PropertyDescriptor to the indexes used for searching.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual void AddIndex( PropertyDescriptor^ property ) sealed = IBindingList::AddIndex
Parameters
- property
-
Type:
System.ComponentModel::PropertyDescriptor^
The PropertyDescriptor to add to the indexes used for searching.
| Exception | Condition |
|---|---|
| NotSupportedException | The underlying list is not an IBindingList. |
If the underlying list is an IBindingList type, this method will add the PropertyDescriptor to the indexes; otherwise, calling this method will throw a NotSupportedException.
.NET Framework
Available since 2.0
Available since 2.0
Show: