ReplicateNewLineCharacter Class
Determines whether to duplicate a newline character when inserting a line.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<T>
Microsoft.VisualStudio.Text.Editor.ReplicateNewLineCharacter
| Name | Description | |
|---|---|---|
![]() | ReplicateNewLineCharacter() | Initializes a new instance of ReplicateNewLineCharacter. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default value (true).(Overrides EditorOptionDefinition<T>.Default.) |
![]() | DefaultValue | Gets the default value of the option.(Inherited from EditorOptionDefinition<T>.) |
![]() | Key | Gets the editor option key.(Overrides EditorOptionDefinition<T>.Key.) |
![]() | Name | Gets the name of the option.(Inherited from EditorOptionDefinition<T>.) |
![]() | ValueType | Gets the actual type of the option.(Inherited from EditorOptionDefinition<T>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two EditorOptionDefinition objects are the same.(Inherited from EditorOptionDefinition.) |
![]() | GetHashCode() | Gets the hash code of this type.(Inherited from EditorOptionDefinition.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsApplicableToScope(IPropertyOwner) | Determines whether this option is applicable for the given scope (for example, a text buffer). (Inherited from EditorOptionDefinition.) |
![]() | IsValid(Object) | Determines whether the proposed value is valid.(Inherited from EditorOptionDefinition<T>.) |
![]() | IsValid(Object) | Determines whether the proposed value is valid.(Inherited from EditorOptionDefinition<T>.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

