Udostępnij za pośrednictwem


Metoda IVsMonitorUserContext.GetPrevAttrCache — (IntPtr, IntPtr, Int32)

 

Nie podano informacji o metodzie.Nie należy używać tej metody.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

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
    Nie należy używać.
  • pnCurrNumStored
    Nie należy używać.
  • pnMaxNumStored
    Nie należy używać.

Wartość zwracana

Type: System.Int32

Zobacz też

Interfejs IVsMonitorUserContext
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku