Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether to duplicate the new line character already present when inserting a new line.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Shared ReadOnly ReplicateNewLineCharacterOptionId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> ReplicateNewLineCharacterOptionId
public:
static initonly EditorOptionKey<bool> ReplicateNewLineCharacterOptionId
static val ReplicateNewLineCharacterOptionId: EditorOptionKey<bool>
public static final var ReplicateNewLineCharacterOptionId : EditorOptionKey<boolean>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.