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.
The option definition that determines the determines the chunking size for long lines.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Int32>
Microsoft.VisualStudio.Text.Editor.LongBufferLineChunk
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
<ExportAttribute(GetType(EditorOptionDefinition))> _
<NameAttribute("LongBufferLineChunkLength")> _
Public NotInheritable Class LongBufferLineChunk _
Inherits EditorOptionDefinition(Of Integer)
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute("LongBufferLineChunkLength")]
public sealed class LongBufferLineChunk : EditorOptionDefinition<int>
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute(L"LongBufferLineChunkLength")]
public ref class LongBufferLineChunk sealed : public EditorOptionDefinition<int>
[<Sealed>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
[<NameAttribute("LongBufferLineChunkLength")>]
type LongBufferLineChunk =
class
inherit EditorOptionDefinition<int>
end
public final class LongBufferLineChunk extends EditorOptionDefinition<int>
The LongBufferLineChunk type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LongBufferLineChunk | Initializes a new instance of LongBufferLineChunk. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Default | Gets the default value (4K). (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.) |
![]() |
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>.) |
![]() |
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.