VsTextLineStorageClass.Storage_RefreshColorization, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • iTopLine
    Type : Int32

    [in]

  • iBotLine
    Type : Int32

    [in]

  • piLastAffectedLine
    Type : Int32%

    [out]

Valeur de retour

Type : Int32

Implémentations

IVsTextStorage.Storage_RefreshColorization(Int32, Int32, Int32%)

Sécurité .NET Framework

Voir aussi

Référence

VsTextLineStorageClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms