NativeMethods.GetAclInformation, méthode
Ce type a un attribut SecurityCriticalAttribute, qui le limite à un usage interne par la bibliothèque de classes .NET Framework pour Silverlight. Un code d'application qui utilise un membre de ce type lève une exception MethodAccessException.
Espace de noms : Microsoft.TeamFoundation.Common.Internal
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function GetAclInformation ( _
acl As IntPtr, _
ByRef aclInformation As NativeMethods.ACL_SIZE_INFORMATION, _
aclInformationLength As UInteger, _
aclInformationClass As NativeMethods.ACL_INFORMATION_CLASS _
) As UInteger
public static uint GetAclInformation(
IntPtr acl,
ref NativeMethods.ACL_SIZE_INFORMATION aclInformation,
uint aclInformationLength,
NativeMethods.ACL_INFORMATION_CLASS aclInformationClass
)
Paramètres
- acl
Type : System.IntPtr
- aclInformation
Type : Microsoft.TeamFoundation.Common.Internal.NativeMethods.ACL_SIZE_INFORMATION%
- aclInformationLength
Type : System.UInt32
- aclInformationClass
Type : Microsoft.TeamFoundation.Common.Internal.NativeMethods.ACL_INFORMATION_CLASS
Valeur de retour
Type : System.UInt32