IVsMonitorUserContext.GetPrevAttrCache Method

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

‘선언
Function GetPrevAttrCache ( _
    <OutAttribute> ByRef pbstrCacheArray As IntPtr, _
    <OutAttribute> ByRef pnCurrNumStored As IntPtr, _
    <OutAttribute> ByRef pnMaxNumStored As Integer _
) As Integer
‘사용 방법
Dim instance As IVsMonitorUserContext
Dim pbstrCacheArray As IntPtr
Dim pnCurrNumStored As IntPtr
Dim pnMaxNumStored As Integer
Dim returnValue As Integer

returnValue = instance.GetPrevAttrCache(pbstrCacheArray, _
    pnCurrNumStored, pnMaxNumStored)
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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMonitorUserContext Interface

IVsMonitorUserContext Members

Microsoft.VisualStudio.Shell.Interop Namespace