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