TestResultId Constructor (String, String, String, String)
Initializes a new instance of the TestResultId class by using the provided test run ID, text execution ID, the parent text execution ID, and the test ID.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
runId As String, _
executionId As String, _
parentExecutionId As String, _
testId As String _
)
public TestResultId(
string runId,
string executionId,
string parentExecutionId,
string testId
)
public:
TestResultId(
String^ runId,
String^ executionId,
String^ parentExecutionId,
String^ testId
)
new :
runId:string *
executionId:string *
parentExecutionId:string *
testId:string -> TestResultId
public function TestResultId(
runId : String,
executionId : String,
parentExecutionId : String,
testId : String
)
Parameters
runId
Type: StringA string representation of a Guid for the test run.
executionId
Type: StringA string representation of a TestExecId object.
parentExecutionId
Type: StringA string representation of a TestExecId object for the parent test.
testId
Type: StringA string representation of a TestId object.
.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.