DefaultOptionExtensions::GetReplicateNewLineCharacter Method (IEditorOptions^)
Visual Studio 2015
Determines whether to duplicate the newline character or character sequence if it is already present when inserting a newline.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: [ExtensionAttribute] static bool GetReplicateNewLineCharacter( IEditorOptions^ options )
Parameters
- options
-
Type:
Microsoft.VisualStudio.Text.Editor::IEditorOptions^
The IEditorOptions.
Return Value
Type: System::Booleantrue if the newline character(s) should be duplicated, otherwise false.
Show: