Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TcmInformation Constructor (Int32, Int32, Int32)

 

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)

public:
TcmInformation(
	int testCaseId,
	int testRunId,
	int testResultId
)

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.

Return to top
Show: