ReplicateNewLineCharacter Class
Determines whether to duplicate a newline character when inserting a line.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Boolean>
Microsoft.VisualStudio.Text.Editor.ReplicateNewLineCharacter
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Déclaration
<NameAttribute("ReplicateNewLineCharacter")> _
<ExportAttribute(GetType(EditorOptionDefinition))> _
Public NotInheritable Class ReplicateNewLineCharacter _
Inherits EditorOptionDefinition(Of Boolean)
[NameAttribute("ReplicateNewLineCharacter")]
[ExportAttribute(typeof(EditorOptionDefinition))]
public sealed class ReplicateNewLineCharacter : EditorOptionDefinition<bool>
[NameAttribute(L"ReplicateNewLineCharacter")]
[ExportAttribute(typeof(EditorOptionDefinition))]
public ref class ReplicateNewLineCharacter sealed : public EditorOptionDefinition<bool>
[<Sealed>]
[<NameAttribute("ReplicateNewLineCharacter")>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
type ReplicateNewLineCharacter =
class
inherit EditorOptionDefinition<bool>
end
public final class ReplicateNewLineCharacter extends EditorOptionDefinition<boolean>
The ReplicateNewLineCharacter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReplicateNewLineCharacter | Initializes a new instance of ReplicateNewLineCharacter. |
Top
Properties
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>.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether two EditorOptionDefinition objects are the same. (Inherited from EditorOptionDefinition.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Gets the hash code of this type. (Inherited from EditorOptionDefinition.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsApplicableToScope | 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>.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.