Condividi tramite


Metodo IVsTextLayer.GetLineCount

Restituisce il numero di righe.

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

Sintassi

'Dichiarazione
Function GetLineCount ( _
    <OutAttribute> ByRef piLineCount As Integer _
) As Integer
int GetLineCount(
    out int piLineCount
)
int GetLineCount(
    [OutAttribute] int% piLineCount
)
abstract GetLineCount : 
        piLineCount:int byref -> int
function GetLineCount(
    piLineCount : int
) : int

Parametri

  • piLineCount
    Tipo: Int32%

    [out] Conteggio delle righe.

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 IVsTextLayer::GetLineCount(
   [out] long *piLineCount
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextLayer Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop