Share via


TestResultId.RunLevelId Method

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)

Syntax

'Declaration
Public Shared Function RunLevelId ( _
    runId As Guid _
) As TestResultId
public static TestResultId RunLevelId(
    Guid runId
)
public:
static TestResultId^ RunLevelId(
    Guid runId
)
static member RunLevelId : 
        runId:Guid -> TestResultId
public static function RunLevelId(
    runId : Guid
) : TestResultId

Parameters

  • runId
    Type: 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.

.NET Framework Security

See Also

Reference

TestResultId Class

Microsoft.VisualStudio.TestTools.Common Namespace