この型は SecurityCriticalAttribute 属性を持っているため、使用は .NET Framework for Silverlight クラス ライブラリでの内部用に限定されます。アプリケーション コードでこの型の任意のメンバーを使用すると、MethodAccessException 例外がスローされます。
名前空間: Microsoft.TeamFoundation.Common.Internal
アセンブリ: Microsoft.TeamFoundation.Common (Microsoft.TeamFoundation.Common.dll 内)
構文
'宣言
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
)
パラメーター
- acl
型 : System.IntPtr
- aclInformation
型 : Microsoft.TeamFoundation.Common.Internal.NativeMethods.ACL_SIZE_INFORMATION%
- aclInformationLength
型 : System.UInt32
- aclInformationClass
型 : Microsoft.TeamFoundation.Common.Internal.NativeMethods.ACL_INFORMATION_CLASS
戻り値
型 : System.UInt32