共用方式為


SecurityNamespace.QueryAccessControlLists 方法

取得與指定語彙基元和識別描述元的 AccessControlList 物件。

命名空間:  Microsoft.TeamFoundation.Framework.Client
組件:  Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)

語法

'宣告
Public MustOverride Function QueryAccessControlLists ( _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor), _
    includeExtendedInfo As Boolean, _
    recurse As Boolean _
) As Collection(Of AccessControlList)
public abstract Collection<AccessControlList> QueryAccessControlLists(
    string token,
    IEnumerable<IdentityDescriptor> descriptors,
    bool includeExtendedInfo,
    bool recurse
)

參數

  • includeExtendedInfo
    類型:System.Boolean
    true 表示包含擴充資訊。排除擴充資訊則為 false。
  • recurse
    類型:System.Boolean
    true 表示遞迴查詢指定之語彙基元的子物件。

傳回值

類型:System.Collections.ObjectModel.Collection<AccessControlList>
與 指定之語彙基元和識別描述元的AccessControlList 物件。

.NET Framework 安全性

請參閱

參考

SecurityNamespace 類別

Microsoft.TeamFoundation.Framework.Client 命名空間