Returns the index of an event in the collection. Returns -1 if the event does not exist.
[Visual Basic .NET] |
---|
Public Function IndexOf( _ ByVal pEvent As IAgRt3EventDefinition _ ) As Integer |
[C#] |
---|
public int IndexOf( IAgRt3EventDefinition pEvent ); |
[Managed C++] |
---|
public: int IndexOf( IAgRt3EventDefinition ^ pEvent ); |
[Unmanaged C++] |
---|
public: HRESULT IndexOf( IAgRt3EventDefinition * pEvent, long * pIndex ); |
[Java] |
---|
public int indexOf( IAgRt3EventDefinition pEvent ); |
- pEvent