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.

TestResultId::RunLevelId Method (Guid)

 

Returns the test result ID for the test result from the test run that generated the associated test result by using the provided child test run ID.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
static TestResultId^ RunLevelId(
	Guid runId
)

Parameters

runId
Type: System::Guid

A Guid for the test run.

Return Value

Type: Microsoft.VisualStudio.TestTools.Common::TestResultId^

The test result ID for the test result from the test run that generated the associated test result.

Return to top
Show: