Partager via


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

  • 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

Voir aussi

Référence

TeamFoundationLocationService Classe

FindServiceDefinition, surcharge

Microsoft.TeamFoundation.Framework.Server, espace de noms