IVsMonitorUserContext.GetPrevAttrCache – metoda (IntPtr, IntPtr, Int32)
Informace o metodě není k dispozici.Nepoužívejte tuto metodu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
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:nativeint byref *
pnCurrNumStored:nativeint byref *
pnMaxNumStored:int byref -> int
Function GetPrevAttrCache (
<OutAttribute> ByRef pbstrCacheArray As IntPtr,
<OutAttribute> ByRef pnCurrNumStored As IntPtr,
<OutAttribute> ByRef pnMaxNumStored As Integer
) As Integer
Parametry
- pbstrCacheArray
Nepoužívejte.
- pnCurrNumStored
Nepoužívejte.
- pnMaxNumStored
Nepoužívejte.
Vrácená hodnota
Type: System.Int32
Viz také
IVsMonitorUserContext – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek