ExpectedProcessCollection.IndexOf(ExpectedProcessCollectionEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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