Condividi tramite


Metodo IVsTextLines2.GetEolLengthEx

Restituisce la lunghezza in caratteri del marcatore di fine riga della riga di testo.

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

Sintassi

'Dichiarazione
Function GetEolLengthEx ( _
    pld As LINEDATAEX(), _
    <OutAttribute> ByRef piEolType As UInteger _
) As Integer
int GetEolLengthEx(
    LINEDATAEX[] pld,
    out uint piEolType
)
int GetEolLengthEx(
    [InAttribute] array<LINEDATAEX>^ pld, 
    [OutAttribute] unsigned int% piEolType
)
abstract GetEolLengthEx : 
        pld:LINEDATAEX[] * 
        piEolType:uint32 byref -> int
function GetEolLengthEx(
    pld : LINEDATAEX[], 
    piEolType : uint
) : int

Parametri

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Restituisce la lunghezza in caratteri del marcatore di fine riga che termina la riga di testo contenuto in pld. questo metodo estende IVsTextLines interfaccia.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextLines2 Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop