The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestSuiteEntryCollection::IndexOf Method (ITestObject<Int32>^)
Returns the index of the provided object in the collection.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- testObject
-
Type:
Microsoft.TeamFoundation.TestManagement.Client::ITestObject<Int32>^
An ITestObject<T> object.
Return Value
Type: System::Int32The index of the provided object in the collection, or null if the object does not exist in the collection.
Show: