Partilhar via


Método IVsMonitorUserContext.GetPrevAttrCache (IntPtr, IntPtr, Int32)

 

Não há informações de método.Não use esse método.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

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

Parâmetros

  • pbstrCacheArray
    Não use.
  • pnCurrNumStored
    Não use.
  • pnMaxNumStored
    Não use.

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsMonitorUserContext
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo