ITextSnapshotLine.GetTextIncludingLineBreak Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The text of the line, including any line break characters.
public:
System::String ^ GetTextIncludingLineBreak();
public:
Platform::String ^ GetTextIncludingLineBreak();
std::wstring GetTextIncludingLineBreak();
public string GetTextIncludingLineBreak ();
abstract member GetTextIncludingLineBreak : unit -> string
Public Function GetTextIncludingLineBreak () As String