Condividi tramite


Metodo VsTextLineStorageClass.Storage_RefreshColorization

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

  • iTopLine
    Tipo: Int32

    [in]

  • iBotLine
    Tipo: Int32

    [in]

  • piLastAffectedLine
    Tipo: Int32%

    [out]

Valore restituito

Tipo: Int32

Implementa

IVsTextStorage.Storage_RefreshColorization(Int32, Int32, Int32%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsTextLineStorageClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop