Adds the PropertyDescriptor to the indexes used for searching.
[Visual Basic]
Sub AddIndex( _
ByVal property As PropertyDescriptor _
)
[C#]
void AddIndex(
PropertyDescriptor property
);
[C++]
void AddIndex(
PropertyDescriptor* property
);
[JScript]
function AddIndex(
property : PropertyDescriptor
);
Parameters
- property
- The PropertyDescriptor to add to the indexes used for searching.
Remarks
The list must support this method. However, support for this method can be a nonoperation.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
IBindingList Interface | IBindingList Members | System.ComponentModel Namespace