Compartir a través de


TcmContext (Constructor) (Uri, String, Int32)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • teamFoundationServerUri
    Tipo: Uri
  • teamProjectName
    Tipo: String
  • testRunId
    Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

TcmContext Clase

TcmContext (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)