DefaultOptionExtensions::GetReplicateNewLineCharacter Method (IEditorOptions^)

 

Determines whether to duplicate the newline character or character sequence if it is already present when inserting a newline.

Namespace:   Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
[ExtensionAttribute]
static bool GetReplicateNewLineCharacter(
	IEditorOptions^ options
)

Return Value

Type: System::Boolean

true if the newline character(s) should be duplicated, otherwise false.

Return to top
Show: