Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

int IndexOf(
	ITestObject<int>^ testObject
)

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.

Return to top
Show: