Classe LongBufferLineChunk
The option definition that determines the determines the chunking size for long lines.
Hierarquia de herança
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 (em Microsoft.VisualStudio.Text.Logic.dll)
Sintaxe
'Declaração
<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>
O tipo LongBufferLineChunk expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
LongBufferLineChunk | Initializes a new instance of LongBufferLineChunk. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Default | Gets the default value (4K). (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.