Partager via


TeamFoundationLocationService.FindServiceDefinitionsByToolId, méthode

Recherche les définitions de tous les services disponibles pour l'ID spécifié d'outils Si service n'existe pas pour cet ID d'outil, une énumération vide est retournée.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public Function FindServiceDefinitionsByToolId ( _
    requestContext As TeamFoundationRequestContext, _
    toolId As String _
) As IEnumerable(Of ServiceDefinition)
public IEnumerable<ServiceDefinition> FindServiceDefinitionsByToolId(
    TeamFoundationRequestContext requestContext,
    string toolId
)

Paramètres

  • toolId
    Type : System.String
    Les services d'ID respecte la casse d'outil dont nous recherchons.Si c'est la chaîne vide ou Null, tous les services qui ont un ID d'outil sont retournés.

Valeur de retour

Type : System.Collections.Generic.IEnumerable<ServiceDefinition>
Entretenez les définitions de tous les services existants qui sont de l'identification fournies d'outilsSi service de ce type n'existe pas, une énumération vide est retournée.

Implémentations

ITeamFoundationLocationService.FindServiceDefinitionsByToolId(TeamFoundationRequestContext, String)

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationLocationService Classe

Microsoft.TeamFoundation.Framework.Server, espace de noms