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