Condividi tramite


Metodo IVsTextView.SetTopLine

Imposta la riga superiore nella visualizzazione del riferimento.

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

Sintassi

'Dichiarazione
Function SetTopLine ( _
    iBaseLine As Integer _
) As Integer
int SetTopLine(
    int iBaseLine
)
int SetTopLine(
    [InAttribute] int iBaseLine
)
abstract SetTopLine : 
        iBaseLine:int -> int
function SetTopLine(
    iBaseLine : int
) : int

Parametri

  • iBaseLine
    Tipo: Int32

    [in] Indica la riga che deve essere impostata come il riferimento.

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 IVsTextView::SetTopLine(
   [in] long iBaseLine
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextView Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop