IVsTextImage2.GetEolTextEx Method

Returns a string containing the end-of-line (EOL) marker.

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

Syntax

'Déclaration
Function GetEolTextEx ( _
    pld As LINEDATAEX(), _
    <OutAttribute> ByRef pbstrEolText As String _
) As Integer
'Utilisation
Dim instance As IVsTextImage2
Dim pld As LINEDATAEX()
Dim pbstrEolText As String
Dim returnValue As Integer

returnValue = instance.GetEolTextEx(pld, _
    pbstrEolText)
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

Parameters

  • pbstrEolText
    Type: System.String%
    [out] Returns a string containing the text of the EOL marker.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

Returns a string containing the EOL marker in the text line pld.

.NET Framework Security

See Also

Reference

IVsTextImage2 Interface

IVsTextImage2 Members

Microsoft.VisualStudio.TextManager.Interop Namespace