Compartilhar via


Classe LongBufferLineThreshold

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

Hierarquia de herança

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 (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
<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>

O tipo LongBufferLineThreshold expõe os membros a seguir.

Construtores

  Nome Descrição
Método público LongBufferLineThreshold Initializes a new instance of LongBufferLineThreshold.

Superior

Propriedades

  Nome Descrição
Propriedade pública Default Gets the default value (32K). (Substitui EditorOptionDefinition<T>.Default.)
Propriedade pública DefaultValue Obtém o valor padrão da opção. (Herdado de EditorOptionDefinition<T>.)
Propriedade pública Key Gets the editor option key. (Substitui EditorOptionDefinition<T>.Key.)
Propriedade pública Name Obtém o nome da opção. (Herdado de EditorOptionDefinition<T>.)
Propriedade pública ValueType Obtém o tipo real da opção. (Herdado de EditorOptionDefinition<T>.)

Superior

Métodos

  Nome Descrição
Método público Equals Determina se dois EditorOptionDefinition objetos forem iguais. (Herdado de EditorOptionDefinition.)
Método público GetHashCode Obtém o código hash desse tipo. (Herdado de EditorOptionDefinition.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método público IsApplicableToScope Determina se essa opção é aplicável para o escopo específico (por exemplo, um buffer de texto). (Herdado de EditorOptionDefinition.)
Método público IsValid(Object%) Determina se o valor proposto é válido. (Herdado de EditorOptionDefinition<T>.)
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

Superior

Acesso thread-safe

Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Namespace Microsoft.VisualStudio.Text.Editor