次の方法で共有


SecurityNamespace.QueryAccessControlLists メソッド

指定したトークンと ID の記述子に関連付けられた 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
    拡張情報を含めるように調整します。false 拡張情報を除外する場合は。
  • recurse
    型 : System.Boolean
    再帰的に指定したトークンの子オブジェクトを照会するに調整します。

戻り値

型 : System.Collections.ObjectModel.Collection<AccessControlList>
指定したトークンと ID の記述子に関連付けられたAccessControlList の オブジェクト。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

SecurityNamespace クラス

Microsoft.TeamFoundation.Framework.Client 名前空間