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.
TcmContext Constructor (Uri^, String^, Int32)
Initializes a new instance of the TcmContext class by using the provided server uniform resource identifier (URI), project name, and test run ID.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: TcmContext( Uri^ teamFoundationServerUri, String^ teamProjectName, int testRunId )
Parameters
- teamFoundationServerUri
-
Type:
System::Uri^
The URI for the Team Foundation Server.
- teamProjectName
-
Type:
System::String^
The name of the team project.
- testRunId
-
Type:
System::Int32
The numeric ID for the test run.
Show: