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.

ITestResolutionStateHelper::Find Method (Int32)

 

Returns a specified test resolution state object.

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

ITestResolutionState^ Find(
	int stateId
)

Parameters

stateId
Type: System::Int32

The numeric ID of a resolution state object.

Return Value

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

A test resolution state object.

Return to top
Show: