Removes the property descriptor from the search indexes.
| C# | Visual Basic |
public void RemoveIndex( PropertyDescriptor property )
Public Sub RemoveIndex ( _ property As PropertyDescriptor _ )
- property (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.