IVsTextStorage2.GetEolTextEx(LINEDATAEX[], String) Метод

Определение

Возвращает строку, содержащую метку конца строки (EOL), которая оканчивает строку текста.

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

Параметры

pld
LINEDATAEX[]

[in] Структура LINEDATAEX, содержащая строку текста.

pbstrEolText
String

[out] Строка, содержащая текст маркера конца строки (EOL).

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

GetEolTextEx Возвращает маркер конца строки (конца строки) из текстовой строки, содержащейся в pld . Этот метод расширяет IVsTextStorage интерфейс.

Применяется к