IVsTextLayer2::GetEolTextEx Method (array<LINEDATAEX>^, String^)
Visual Studio 2015
Returns a string containing the text line's end-of-line (EOL) marker.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pld
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::LINEDATAEX>^
[in] A LINEDATAEX structure.
- pbstrEolText
-
Type:
System::String^
[out] A string containing the text of the end-of-line marker.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Returns the end-of-line marker from the text line contained in pld. This method extends the IVsTextLayer interface.
Show: