Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the TcmInformation class by using the provided test case ID, test run ID, and test result ID.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
testCaseId As Integer, _
testRunId As Integer, _
testResultId As Integer _
)
public TcmInformation(
int testCaseId,
int testRunId,
int testResultId
)
public:
TcmInformation(
int testCaseId,
int testRunId,
int testResultId
)
new :
testCaseId:int *
testRunId:int *
testResultId:int -> TcmInformation
public function TcmInformation(
testCaseId : int,
testRunId : int,
testResultId : int
)
Parameters
- testCaseId
Type: System.Int32
The test case ID.
- testRunId
Type: System.Int32
The test run ID.
- testResultId
Type: System.Int32
The test result ID.
.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.