Condividi tramite


Metodo IVsTextLayer2.GetEolTypeEx

restituisce EOLTYPE il marcatore della 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 GetEolTypeEx ( _
    pld As LINEDATAEX(), _
    <OutAttribute> ByRef piEolType As UInteger _
) As Integer
int GetEolTypeEx(
    LINEDATAEX[] pld,
    out uint piEolType
)
int GetEolTypeEx(
    [InAttribute] array<LINEDATAEX>^ pld, 
    [OutAttribute] unsigned int% piEolType
)
abstract GetEolTypeEx : 
        pld:LINEDATAEX[] * 
        piEolType:uint32 byref -> int
function GetEolTypeEx(
    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 EOLTYPE il marcatore della fine riga che termina la riga di testo contenuto in pld. questo metodo estende IVsTextLayer interfaccia.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextLayer2 Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop