Freigeben über


VsTextLineStorageClass.Storage_RefreshColorization-Methode

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

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

Parameter

  • iTopLine
    Typ: Int32

    [in]

  • iBotLine
    Typ: Int32

    [in]

  • piLastAffectedLine
    Typ: Int32%

    [out]

Rückgabewert

Typ: Int32

Implementiert

IVsTextStorage.Storage_RefreshColorization(Int32, Int32, Int32%)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsTextLineStorageClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace