TcmInformation Constructor (Int32, Int32, Int32, Int32)

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

See Also

Reference

TcmInformation Class

TcmInformation Overload

Microsoft.VisualStudio.TestTools.Common Namespace