TcmContext, constructeur
Initialise une nouvelle instance de la classe TcmContext à l'aide de l'URI de serveur fourni, du nom de projet et de l'ID de série de tests
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- teamFoundationServerUri
Type : System.Uri
URI du serveur Team Foundation Server.
- teamProjectName
Type : System.String
Nom du projet d'équipe.
- testRunId
Type : System.Int32
ID numérique d'une série de tests.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.