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
)
參數
- token
類型:System.String
AccessControlList 的語彙基元可以查詢使用權限。
- descriptors
類型:System.Collections.Generic.IEnumerable<IdentityDescriptor>
識別描述元可以查詢存取控制項。
- includeExtendedInfo
類型:System.Boolean
true 表示包含擴充資訊。排除擴充資訊則為 false。
- recurse
類型:System.Boolean
true 表示遞迴查詢指定之語彙基元的子物件。
傳回值
類型:System.Collections.ObjectModel.Collection<AccessControlList>
與 指定之語彙基元和識別描述元的AccessControlList 物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。