Share via


LongBufferLineThreshold Class

The option definition that determines the threshold for special handling of long lines.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
    Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Int32>
      Microsoft.VisualStudio.Text.Editor.LongBufferLineThreshold

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
<ExportAttribute(GetType(EditorOptionDefinition))> _
<NameAttribute("LongBufferLineThreshold")> _
Public NotInheritable Class LongBufferLineThreshold _
    Inherits EditorOptionDefinition(Of Integer)
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute("LongBufferLineThreshold")]
public sealed class LongBufferLineThreshold : EditorOptionDefinition<int>
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute(L"LongBufferLineThreshold")]
public ref class LongBufferLineThreshold sealed : public EditorOptionDefinition<int>
[<Sealed>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
[<NameAttribute("LongBufferLineThreshold")>]
type LongBufferLineThreshold =  
    class 
        inherit EditorOptionDefinition<int>
    end
public final class LongBufferLineThreshold extends EditorOptionDefinition<int>

The LongBufferLineThreshold type exposes the following members.

Constructors

  Name Description
Public method LongBufferLineThreshold Initializes a new instance of LongBufferLineThreshold.

Top

Properties

  Name Description
Public property Default Gets the default value (32K). (Overrides EditorOptionDefinition<T>.Default.)
Public property DefaultValue Gets the default value of the option. (Inherited from EditorOptionDefinition<T>.)
Public property Key Gets the editor option key. (Overrides EditorOptionDefinition<T>.Key.)
Public property Name Gets the name of the option. (Inherited from EditorOptionDefinition<T>.)
Public property ValueType Gets the actual type of the option. (Inherited from EditorOptionDefinition<T>.)

Top

Methods

  Name Description
Public method Equals Determines whether two EditorOptionDefinition objects are the same. (Inherited from EditorOptionDefinition.)
Public method GetHashCode Gets the hash code of this type. (Inherited from EditorOptionDefinition.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsApplicableToScope Determines whether this option is applicable for the given scope (for example, a text buffer). (Inherited from EditorOptionDefinition.)
Public method IsValid(Object%) Determines whether the proposed value is valid. (Inherited from EditorOptionDefinition<T>.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.Text.Editor Namespace