TeamFoundationSecurityNamespace.QueryAccessControlList 方法

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

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

语法

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

参数

  • token
    类型:System.String
    为查询权限 AccessControlList 标记。
  • includeExtendedInfo
    类型:System.Boolean
    如果 includeExtendedInfo 为 false,则返回 AccessControlEntry 对象的 ExtendedInfo 属性的所有将为 null。

返回值

类型:Microsoft.TeamFoundation.Framework.Server.AccessControlList
AccessControlLists 中传递的信息。

.NET Framework 安全性

请参见

参考

TeamFoundationSecurityNamespace 类

Microsoft.TeamFoundation.Framework.Server 命名空间