Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub New ( _
runId As Guid, _
executionId As TestExecId, _
parentExecutionId As TestExecId, _
testId As TestId _
)
'使用
Dim runId As Guid
Dim executionId As TestExecId
Dim parentExecutionId As TestExecId
Dim testId As TestId
Dim instance As New TestResultId(runId, executionId, _
parentExecutionId, testId)
public TestResultId(
Guid runId,
TestExecId executionId,
TestExecId parentExecutionId,
TestId testId
)
public:
TestResultId(
Guid runId,
TestExecId^ executionId,
TestExecId^ parentExecutionId,
TestId^ testId
)
public function TestResultId(
runId : Guid,
executionId : TestExecId,
parentExecutionId : TestExecId,
testId : TestId
)
Parameters
- runId
Type: System.Guid
- executionId
Type: Microsoft.VisualStudio.TestTools.Common.TestExecId
- parentExecutionId
Type: Microsoft.VisualStudio.TestTools.Common.TestExecId
- testId
Type: Microsoft.VisualStudio.TestTools.Common.TestId
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.