RegistrationUtilities.GetServiceUrlForTool, méthode (TfsConnection, String, String)
Obtenez le ServiceUrl pour un outil spécifique avec un seul URL de service qu'un ArgumentException est levée s'il existe plusieurs ServiceUrl de cette instance d'outil si aucun ServiceInstances ne sont retournés pour ce nom d'outil un RegistrationEntryRetrievalException sera levée
Espace de noms : Microsoft.TeamFoundation.Server
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Shared Function GetServiceUrlForTool ( _
server As TfsConnection, _
toolName As String, _
interfaceName As String _
) As String
public static string GetServiceUrlForTool(
TfsConnection server,
string toolName,
string interfaceName
)
Paramètres
- server
Type : Microsoft.TeamFoundation.Client.TfsConnection
- toolName
Type : System.String
le nom d'intance d'outils
- interfaceName
Type : System.String
Nom d'interfaca d'outils
Valeur de retour
Type : System.String
l'URL de service pour correspondent au nom de l'instance d'outil de fourniture
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.