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