TeamFoundationLocationService.FindServiceDefinition, méthode (TeamFoundationRequestContext, String, String)
Recherche la définition de service avec l'ID fournie de type de service et d'outils Pour que cet appel réussisse, seul un service qui a l'identificateur fourni de type de service et d'outils peut exister.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Function FindServiceDefinition ( _
requestContext As TeamFoundationRequestContext, _
serviceType As String, _
toolId As String _
) As ServiceDefinition
public ServiceDefinition FindServiceDefinition(
TeamFoundationRequestContext requestContext,
string serviceType,
string toolId
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
Le contexte de la requête cet appel est associé.
- serviceType
Type : System.String
Le type de service demandé.
- toolId
Type : System.String
L'ID d'outil pour le service.Si c'est la chaîne vide, tous les toolIds seront présents.
Valeur de retour
Type : Microsoft.VisualStudio.Services.Location.ServiceDefinition
La définition pour le service.
Implémentations
ITeamFoundationLocationService.FindServiceDefinition(TeamFoundationRequestContext, String, String)
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.
Voir aussi
Référence
TeamFoundationLocationService Classe