IVsTextImage2.GetEolTextEx(LINEDATAEX[], String) Method

Definition

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

public:
 int GetEolTextEx(cli::array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> ^ pld, [Runtime::InteropServices::Out] System::String ^ % pbstrEolText);
int GetEolTextEx(std::Array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> const & pld, [Runtime::InteropServices::Out] std::wstring const & & pbstrEolText);
public int GetEolTextEx (Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] pld, out string pbstrEolText);
abstract member GetEolTextEx : Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] * string -> int
Public Function GetEolTextEx (pld As LINEDATAEX(), ByRef pbstrEolText As String) As Integer

Parameters

pld
LINEDATAEX[]

[in] A LINEDATAEX structure.

pbstrEolText
String

[out] Returns a string containing the text of the EOL marker.

Returns

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.

Applies to