TcmInformation Constructor

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

.NET Framework Security

See Also

Reference

TcmInformation Class

Microsoft.VisualStudio.TestTools.Common Namespace