This documentation is archived and is not being maintained.
AccessControlList::QueryAccessControlEntries Method
Visual Studio 2013
Returns the AccessControlEntries for the descriptors provided.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
IEnumerable<AccessControlEntry^>^ QueryAccessControlEntries(
IEnumerable<IdentityDescriptor^>^ descriptors
)
Parameters
- descriptors
- Type: System.Collections.Generic::IEnumerable<IdentityDescriptor>
The descriptors to query AccessControlEntries for. If null is passed in for this, AccessControlEntries for all descriptors will be returned.
Return Value
Type: System.Collections.Generic::IEnumerable<AccessControlEntry>The AccessControlEntries for the descriptors provided. If no AccessControlEntry exists for a given descriptor in this AccessControlList then an empty AccessControlEntry will be returned. The AccessControlEntries are retuned in the same order that the descriptors are passed in.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: