TestResultId.RunLevelId(Guid) Method

Definition

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.

public:
 static Microsoft::VisualStudio::TestTools::Common::TestResultId ^ RunLevelId(Guid runId);
public static Microsoft.VisualStudio.TestTools.Common.TestResultId RunLevelId(Guid runId);
static member RunLevelId : Guid -> Microsoft.VisualStudio.TestTools.Common.TestResultId
Public Shared Function RunLevelId (runId As Guid) As TestResultId

Parameters

runId
Guid

A Guid for the test run.

Returns

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

Applies to