ITestSuiteEntryCollection.IndexOf Method (ITestObject<Int32>)
Returns the index of the provided object in the collection.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int IndexOf(
ITestObject<int> testObject
)
int IndexOf(
ITestObject<int>^ testObject
)
abstract IndexOf :
testObject:ITestObject<int> -> int
Function IndexOf (
testObject As ITestObject(Of Integer)
) As Integer
Parameters
testObject
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestObject<Int32>An ITestObject<T> object.
Return Value
Type: System.Int32
The index of the provided object in the collection, or null if the object does not exist in the collection.
See Also
ITestObject<T>
IndexOf Overload
ITestSuiteEntryCollection Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top