Share via


ExpectedProcessCollection.IndexOf Method

Return the index of the given item.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Function IndexOf ( _
    item As ExpectedProcessCollectionEntry _
) As Integer
public int IndexOf(
    ExpectedProcessCollectionEntry item
)
public:
virtual int IndexOf(
    ExpectedProcessCollectionEntry^ item
) sealed
abstract IndexOf : 
        item:ExpectedProcessCollectionEntry -> int  
override IndexOf : 
        item:ExpectedProcessCollectionEntry -> int
public final function IndexOf(
    item : ExpectedProcessCollectionEntry
) : int

Parameters

Return Value

Type: System.Int32

Implements

IList<T>.IndexOf(T)

.NET Framework Security

See Also

Reference

ExpectedProcessCollection Class

Microsoft.VisualStudio.IntelliTrace Namespace