Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Query all registered applications including an optional identity filter (to return only applications registered by a given user)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function QueryApplications ( _
requestContext As TeamFoundationRequestContext, _
identityFilter As TeamFoundationIdentity _
) As List(Of OAuthApplication)
public List<OAuthApplication> QueryApplications(
TeamFoundationRequestContext requestContext,
TeamFoundationIdentity identityFilter
)
public:
List<OAuthApplication^>^ QueryApplications(
TeamFoundationRequestContext^ requestContext,
TeamFoundationIdentity^ identityFilter
)
member QueryApplications :
requestContext:TeamFoundationRequestContext *
identityFilter:TeamFoundationIdentity -> List<OAuthApplication>
public function QueryApplications(
requestContext : TeamFoundationRequestContext,
identityFilter : TeamFoundationIdentity
) : List<OAuthApplication>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
identityFilter
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationIdentityOptional filter to query the set of applications for a user.
Return Value
Type: System.Collections.Generic.List<OAuthApplication>
Set of matching applications
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.