SecurityNamespace.QueryAccessControlList 方法
取得與指定語彙基元和識別描述元的 AccessControlList 物件。
命名空間: Microsoft.TeamFoundation.Framework.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Public MustOverride Function QueryAccessControlList ( _
token As String, _
descriptors As IEnumerable(Of IdentityDescriptor), _
includeExtendedInfo As Boolean _
) As AccessControlList
public abstract AccessControlList QueryAccessControlList(
string token,
IEnumerable<IdentityDescriptor> descriptors,
bool includeExtendedInfo
)
參數
- token
型別:System.String
AccessControlList 的語彙基元可以查詢使用權限。
- descriptors
型別:System.Collections.Generic.IEnumerable<IdentityDescriptor>
識別描述項可以查詢存取控制。
- includeExtendedInfo
型別:System.Boolean
true 表示包含擴充資訊。錯誤排除擴充資訊。
傳回值
型別:Microsoft.TeamFoundation.Framework.Client.AccessControlList
與指定之語彙基元和識別描述元的AccessControlList 物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。