Condividi tramite


Metodo IVsTextImage2.GetEolLengthEx

Restituisce la lunghezza in caratteri del marcatore (EOL) di fine riga.

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

  • piEolType
    Tipo: UInt32%

    [out] Un membro valido uint di EOLTYPE.

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 EOL nella riga di testo pld.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextImage2 Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop