This documentation is archived and is not being maintained.
AccessControlList::QueryAccessControlEntry Method
Visual Studio 2013
Returns the AccessControlEntry for the descriptor provided. If no AccessControlEntry exists for the provided descriptor in this AccessControlList then an empty AccessControlEntry will be returned.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
AccessControlEntry^ QueryAccessControlEntry(
IdentityDescriptor^ descriptor
)
Parameters
- descriptor
- Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor
The descriptor to query the AccessControlEntry for. This cannot be null.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client::AccessControlEntryThe AccessControlEntry for the descriptor provided. If no AccessControlEntry exists for the provided descriptor in this AccessControlList then an empty AccessControlEntry will be returned.
- 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: