IBindingList::RemoveIndex Method (PropertyDescriptor^)

 

Removes the PropertyDescriptor from the indexes used for searching.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

void RemoveIndex(
	PropertyDescriptor^ property
)

Parameters

property
Type: System.ComponentModel::PropertyDescriptor^

The PropertyDescriptor to remove from the indexes used for searching.

The list must support this method. However, support for this method can be a nonoperation.

.NET Framework
Available since 1.1
Return to top
Show: