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.

ITestEnvironmentHelper::Find Method (Guid)

 

Finds and returns a specific test environment by using the provided GUID.

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

ITestEnvironment^ Find(
	Guid environmentId
)

Parameters

environmentId
Type: System::Guid

A Guid that identifies a specific test environment.

Return Value

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

The specified test environment.

Return to top
Show: