IndexOf
IndexOf (1 of 2)
Determines the index of a specific item in the System.Collections.Generic.IList.
Returns: The index of item if found in the list; otherwise, -1.
IndexOf(const System::SharedPtr < PropertyDescriptor > & item)
| Parameter | Description |
|---|---|
| item | The object to locate in the System.Collections.Generic.IList. |
IndexOf (2 of 2)
Determines the index of a specific item in the System.Collections.Generic.IList.
Returns: The index of item if found in the list; otherwise, -1.
IndexOf(const System::String & name)
| Parameter | Description |
|---|---|
| name | The name used to refer to the property. |