Compartir a través de


VsTextLineStorageClass.Storage_RefreshColorization (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Public Overridable Function Storage_RefreshColorization ( _
    iTopLine As Integer, _
    iBotLine As Integer, _
    <OutAttribute> ByRef piLastAffectedLine As Integer _
) As Integer
public virtual int Storage_RefreshColorization(
    int iTopLine,
    int iBotLine,
    out int piLastAffectedLine
)
public:
virtual int Storage_RefreshColorization(
    [InAttribute] int iTopLine, 
    [InAttribute] int iBotLine, 
    [OutAttribute] int% piLastAffectedLine
)
abstract Storage_RefreshColorization : 
        iTopLine:int * 
        iBotLine:int * 
        piLastAffectedLine:int byref -> int  
override Storage_RefreshColorization : 
        iTopLine:int * 
        iBotLine:int * 
        piLastAffectedLine:int byref -> int
public function Storage_RefreshColorization(
    iTopLine : int, 
    iBotLine : int, 
    piLastAffectedLine : int
) : int

Parámetros

  • iTopLine
    Tipo: Int32

    [in]

  • iBotLine
    Tipo: Int32

    [in]

  • piLastAffectedLine
    Tipo: Int32%

    [out]

Valor devuelto

Tipo: Int32

Implementaciones

IVsTextStorage.Storage_RefreshColorization(Int32, Int32, Int32%)

Seguridad de .NET Framework

Vea también

Referencia

VsTextLineStorageClass Clase

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)