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)
ParameterDescription
itemThe 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)
ParameterDescription
nameThe name used to refer to the property.