ConnectedServicesService.GetConnectedService, méthode
Obtient toutes les données d'un service connecté particulier
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Function GetConnectedService ( _
name As String, _
teamProject As String _
) As ConnectedService
public ConnectedService GetConnectedService(
string name,
string teamProject
)
Paramètres
- name
Type : System.String
Nom du service tel que l'ID azuré d'abonnement
- teamProject
Type : System.String
Nom du projet associé à ce service
Valeur de retour
Type : Microsoft.TeamFoundation.Framework.Client.ConnectedService
Service connecté notamment les informations d'identification de connexion
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.