Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Method information is not provided. Do not use this method.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function GetPrevAttrCache ( _
<OutAttribute> ByRef pbstrCacheArray As IntPtr, _
<OutAttribute> ByRef pnCurrNumStored As IntPtr, _
<OutAttribute> ByRef pnMaxNumStored As Integer _
) As Integer
int GetPrevAttrCache(
out IntPtr pbstrCacheArray,
out IntPtr pnCurrNumStored,
out int pnMaxNumStored
)
int GetPrevAttrCache(
[OutAttribute] IntPtr% pbstrCacheArray,
[OutAttribute] IntPtr% pnCurrNumStored,
[OutAttribute] int% pnMaxNumStored
)
abstract GetPrevAttrCache :
pbstrCacheArray:IntPtr byref *
pnCurrNumStored:IntPtr byref *
pnMaxNumStored:int byref -> int
function GetPrevAttrCache(
pbstrCacheArray : IntPtr,
pnCurrNumStored : IntPtr,
pnMaxNumStored : int
) : int
Parameters
pbstrCacheArray
Type: System.IntPtr%Do not use.
pnCurrNumStored
Type: System.IntPtr%Do not use.
pnMaxNumStored
Type: System.Int32%Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- 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.