Condividi tramite


Metodo IVsTextMacroHelper.RecordGotoLine

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

Sintassi

'Dichiarazione
Function RecordGotoLine ( _
    iLine As Integer, _
    fExtend As Integer _
) As Integer
int RecordGotoLine(
    int iLine,
    int fExtend
)
int RecordGotoLine(
    int iLine, 
    int fExtend
)
abstract RecordGotoLine : 
        iLine:int * 
        fExtend:int -> int
function RecordGotoLine(
    iLine : int, 
    fExtend : int
) : int

Parametri

  • iLine
    Tipo: Int32

     

  • fExtend
    Tipo: Int32

     

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 IVsTextMacroHelper::RecordGotoLine(long iLine, BOOL fExtend);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextMacroHelper Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop