[This is preliminary documentation and is subject to change.]
Searches for the specified BaseInformationEntity and
returns the zero-based index of the first occurrence within the entire BaseInformationEntityList.
| C# | Visual Basic | Visual C++ |
public int IndexOf( BaseInformationEntity value )
Public Function IndexOf ( _ value As BaseInformationEntity _ ) As Integer
public: int IndexOf( BaseInformationEntity^ value )
- value (BaseInformationEntity)
- The BaseInformationEntity to locate in the BaseInformationEntityList.
The zero-based index of the first occurrence of value within the entire BaseInformationEntityList,
if found; otherwise, -1.