DefaultOptionExtensions.GetNewLineCharacter(IEditorOptions) 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.
Gets the new line character for the specified editor options.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetNewLineCharacter(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
static Platform::String ^ GetNewLineCharacter(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static string GetNewLineCharacter (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member GetNewLineCharacter : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> string
<Extension()>
Public Function GetNewLineCharacter (options As IEditorOptions) As String
Parameters
- options
- IEditorOptions
The IEditorOptions.
Returns
A string containing the new line character or characters.