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 | |
---|---|---|
LongBufferLineThreshold | Initializes a new instance of LongBufferLineThreshold. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Default | Gets the default value (32K). (Substitui EditorOptionDefinition<T>.Default.) | |
DefaultValue | Obtém o valor padrão da opção. (Herdado de EditorOptionDefinition<T>.) | |
Key | Gets the editor option key. (Substitui EditorOptionDefinition<T>.Key.) | |
Name | Obtém o nome da opção. (Herdado de EditorOptionDefinition<T>.) | |
ValueType | Obtém o tipo real da opção. (Herdado de EditorOptionDefinition<T>.) |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determina se dois EditorOptionDefinition objetos forem iguais. (Herdado de EditorOptionDefinition.) | |
GetHashCode | Obtém o código hash desse tipo. (Herdado de EditorOptionDefinition.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
IsApplicableToScope | Determina se essa opção é aplicável para o escopo específico (por exemplo, um buffer de texto). (Herdado de EditorOptionDefinition.) | |
IsValid(Object%) | Determina se o valor proposto é válido. (Herdado de EditorOptionDefinition<T>.) | |
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.