Freigeben über


TeamFoundationOAuthService.GetApplications-Methode

Rufen Sie Anwendungen ab, die die angegebenen clientIds haben

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<OAuthApplication>
Die entsprechende Anwendung

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationOAuthService Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace