TestResultId.RunLevelId Method

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

Syntax

'宣言
Public Shared Function RunLevelId ( _
    runId As Guid _
) As TestResultId
'使用
Dim runId As Guid
Dim returnValue As TestResultId

returnValue = TestResultId.RunLevelId(runId)
public static TestResultId RunLevelId(
    Guid runId
)
public:
static TestResultId^ RunLevelId(
    Guid runId
)
public static function RunLevelId(
    runId : Guid
) : TestResultId

Parameters

Return Value

Type: Microsoft.VisualStudio.TestTools.Common.TestResultId

Permissions

See Also

Reference

TestResultId Class

TestResultId Members

Microsoft.VisualStudio.TestTools.Common Namespace