Freigeben über


TcmContext-Konstruktor

Initialisiert eine neue Instanz der TcmContext-Klasse mithilfe des angegebenen Server-URI, des Projektnamens und der Testlauf-ID.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    teamFoundationServerUri As Uri, _
    teamProjectName As String, _
    testRunId As Integer _
)
public TcmContext(
    Uri teamFoundationServerUri,
    string teamProjectName,
    int testRunId
)
public:
TcmContext(
    Uri^ teamFoundationServerUri, 
    String^ teamProjectName, 
    int testRunId
)
new : 
        teamFoundationServerUri:Uri * 
        teamProjectName:string * 
        testRunId:int -> TcmContext
public function TcmContext(
    teamFoundationServerUri : Uri, 
    teamProjectName : String, 
    testRunId : int
)

Parameter

  • teamFoundationServerUri
    Typ: System.Uri
    Der URI für Team Foundation Server.
  • testRunId
    Typ: System.Int32
    Die numerische ID für den Testlauf.

.NET Framework-Sicherheit

Siehe auch

Referenz

TcmContext Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace