Condividi tramite


Metodo IVsTextStorage.Storage_RefreshColorization

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

Sintassi

'Dichiarazione
Function Storage_RefreshColorization ( _
    iTopLine As Integer, _
    iBotLine As Integer, _
    <OutAttribute> ByRef piLastAffectedLine As Integer _
) As Integer
int Storage_RefreshColorization(
    int iTopLine,
    int iBotLine,
    out int piLastAffectedLine
)
int Storage_RefreshColorization(
    [InAttribute] int iTopLine, 
    [InAttribute] int iBotLine, 
    [OutAttribute] int% piLastAffectedLine
)
abstract Storage_RefreshColorization : 
        iTopLine:int * 
        iBotLine:int * 
        piLastAffectedLine:int byref -> int
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
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsTextStorage::Storage_RefreshColorization(
   [in] long iTopLine,
   [in] long iBotLine,
   [out] long *piLastAffectedLine
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextStorage Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop