ExpectedProcessCollection.IndexOf(ExpectedProcessCollectionEntry) Method

Definition

Return the index of the given item

public:
 virtual int IndexOf(Microsoft::VisualStudio::IntelliTrace::ExpectedProcessCollectionEntry ^ item);
public int IndexOf (Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollectionEntry item);
abstract member IndexOf : Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollectionEntry -> int
override this.IndexOf : Microsoft.VisualStudio.IntelliTrace.ExpectedProcessCollectionEntry -> int
Public Function IndexOf (item As ExpectedProcessCollectionEntry) As Integer

Parameters

Returns

Implements

Applies to