查询任何 registed 应用程序包含选项标识筛选器 (返回特定用户注册的仅应用程序)
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Public Function QueryApplications ( _
requestContext As TeamFoundationRequestContext, _
identityFilter As Identity _
) As List(Of OAuthApplication)
public List<OAuthApplication> QueryApplications(
TeamFoundationRequestContext requestContext,
Identity identityFilter
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identityFilter
类型:Microsoft.VisualStudio.Services.Identity.Identity
查询的筛选器选项设置为用户的应用程序。
返回值
类型:System.Collections.Generic.List<OAuthApplication>
设置匹配的 appplications
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。