Partilhar via


Método IVsTextLines2.GetEolTextEx

Retorna um string que contém o marcador (EOL) end-of-line encerrando a linha do texto.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxe

'Declaração
Function GetEolTextEx ( _
    pld As LINEDATAEX(), _
    <OutAttribute> ByRef pbstrEolText As String _
) As Integer
int GetEolTextEx(
    LINEDATAEX[] pld,
    out string pbstrEolText
)
int GetEolTextEx(
    [InAttribute] array<LINEDATAEX>^ pld, 
    [OutAttribute] String^% pbstrEolText
)
abstract GetEolTextEx : 
        pld:LINEDATAEX[] * 
        pbstrEolText:string byref -> int
function GetEolTextEx(
    pld : LINEDATAEX[], 
    pbstrEolText : String
) : int

Parâmetros

  • pbstrEolText
    Tipo: String%

    [out] Uma seqüência de caracteres que contém o texto do marcador de fim de linha (EOL).

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

Retorna o marcador de fim de linha (EOL) a partir da linha do texto contida em pld. Esse método amplia o IVsTextLines interface.

Segurança do .NET Framework

Consulte também

Referência

IVsTextLines2 Interface

Namespace Microsoft.VisualStudio.TextManager.Interop