ComplexPropertyCollection<TComplexProperty>.IndexOf Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for a specific property and return its zero-based index within the collection.
public:
int IndexOf(TComplexProperty complexProperty);
public int IndexOf (TComplexProperty complexProperty);
Public Function IndexOf (complexProperty As TComplexProperty) As Integer
Parameters
- complexProperty
- TComplexProperty
The property to locate in the collection.
Returns
The zero-based index of the property within the collection.