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.

ITestSuiteHelper::Find Method (Int32)

 

Finds and returns the specified test suite object.

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

ITestSuiteBase^ Find(
	int testSuiteId
)

Parameters

testSuiteId
Type: System::Int32

The numeric ID for the test suite to find.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestSuiteBase^

A test suite object. Returns null if not found.

Return to top
Show: