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
- runId
Type: System.Guid
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.TestResultId
Permissions
- 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.