IVsTextImage2::GetEolTextEx Method (array<LINEDATAEX>^, String^)

 

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)

int GetEolTextEx(
	array<LINEDATAEX>^ pld,
	[OutAttribute] String^% pbstrEolText
)

Parameters

pld
Type: array<Microsoft.VisualStudio.TextManager.Interop::LINEDATAEX>^

[in] A LINEDATAEX structure.

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.

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

Return to top
Show: