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 的值表示全局范围
- readOptions
类型:Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptions
读取选项。
- propertyNameFilters
类型:System.Collections.Generic.IEnumerable<String>
检索的扩展属性与应用程序组。
- propertyScope
类型:Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
在何处指示读取扩展属性从更改为。
返回值
类型:array<Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity[]
应用程序组为标识。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。