TeamFoundationSecurityNamespace.QueryAccessControlLists 方法

在所有情况下,此方法将查询指定的标记为 AccessControlList。 它将返回提供的描述符或所有描述符,如果为 null 的 AccessControlEntry 信息提供给您的描述符参数。

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

语法

声明
Public Function QueryAccessControlLists ( _
    requestContext As TeamFoundationRequestContext, _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor), _
    includeExtendedInfo As Boolean, _
    recurse As Boolean _
) As IEnumerable(Of AccessControlList)
public IEnumerable<AccessControlList> QueryAccessControlLists(
    TeamFoundationRequestContext requestContext,
    string token,
    IEnumerable<IdentityDescriptor> descriptors,
    bool includeExtendedInfo,
    bool recurse
)

参数

  • token
    类型:System.String
    为查询权限 AccessControlList 标记。
  • includeExtendedInfo
    类型:System.Boolean
    如果 includeExtendedInfo 为 false,则返回 AccessControlEntry 对象的 ExtendedInfo 属性的所有将为 null。
  • recurse
    类型:System.Boolean
    如果递归也是如此,这是一个分层命名空间将也返回存在下传递在 SecurityNamespace 中指定的标记的标记有关的信息。

返回值

类型:System.Collections.Generic.IEnumerable<AccessControlList>
AccessControlLists 中传递的信息。

.NET Framework 安全性

请参见

参考

TeamFoundationSecurityNamespace 类

Microsoft.TeamFoundation.Framework.Server 命名空间