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.
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, _
testIterationId As Integer _
)
public TcmInformation(
int testCaseId,
int testRunId,
int testResultId,
int testIterationId
)
public:
TcmInformation(
int testCaseId,
int testRunId,
int testResultId,
int testIterationId
)
new :
testCaseId:int *
testRunId:int *
testResultId:int *
testIterationId:int -> TcmInformation
public function TcmInformation(
testCaseId : int,
testRunId : int,
testResultId : int,
testIterationId : int
)
Parameters
- testCaseId
Type: Int32
- testRunId
Type: Int32
- testResultId
Type: Int32
- testIterationId
Type: Int32
.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.