IIdentityManagementService2.ListApplicationGroups 方法 (String, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope)

列表指定范围内的任何 TFS 应用程序组。

命名空间:  Microsoft.TeamFoundation.Framework.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Function ListApplicationGroups ( _
    scopeId As String, _
    readOptions As ReadIdentityOptions, _
    propertyNameFilters As IEnumerable(Of String), _
    propertyScope As IdentityPropertyScope _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] ListApplicationGroups(
    string scopeId,
    ReadIdentityOptions readOptions,
    IEnumerable<string> propertyNameFilters,
    IdentityPropertyScope propertyScope
)

参数

  • scopeId
    类型:System.String
    范围 URI,指定组范围是否项目级别或全局的。此托管。空或 null 的值表示全局范围

返回值

类型:array<Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity[]
应用程序组为标识。

.NET Framework 安全性

请参阅

参考

IIdentityManagementService2 接口

ListApplicationGroups 重载

Microsoft.TeamFoundation.Framework.Client 命名空间