Share via


TeamFoundationOAuthService.GetApplications, méthode

Récupérer des applications dont les clientIds donnés

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

Syntaxe

'Déclaration
Public Function GetApplications ( _
    requestContext As TeamFoundationRequestContext, _
    clientIds As IEnumerable(Of String) _
) As List(Of OAuthApplication)
public List<OAuthApplication> GetApplications(
    TeamFoundationRequestContext requestContext,
    IEnumerable<string> clientIds
)

Paramètres

Valeur de retour

Type : System.Collections.Generic.List<OAuthApplication>
L'application correspondante

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationOAuthService Classe

Microsoft.TeamFoundation.Framework.Server, espace de noms