DefaultOptions.ReplicateNewLineCharacterOptionId Field
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
'宣言
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.