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: GuidA 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.