LongBufferLineChunk, classe

The option definition that determines the determines the chunking size for long lines.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
<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>

Le type LongBufferLineChunk expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique LongBufferLineChunk Initializes a new instance of LongBufferLineChunk.

Début

Propriétés

  Nom Description
Propriété publique Default Gets the default value (4K). (Substitue EditorOptionDefinition<T>.Default.)
Propriété publique DefaultValue Obtient la valeur par défaut de l'option. (Hérité de EditorOptionDefinition<T>.)
Propriété publique Key Gets the editor option key. (Substitue EditorOptionDefinition<T>.Key.)
Propriété publique Name Obtient le nom de l'option. (Hérité de EditorOptionDefinition<T>.)
Propriété publique ValueType Obtient le type réel de l'option. (Hérité de EditorOptionDefinition<T>.)

Début

Méthodes

  Nom Description
Méthode publique Equals Détermine si deux objets EditorOptionDefinition sont identiques. (Hérité de EditorOptionDefinition.)
Méthode publique GetHashCode Obtient le code de hachage correspondant à ce type. (Hérité de EditorOptionDefinition.)
Méthode publique GetType Obtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode publique IsApplicableToScope Détermine si cette option est applicable à la portée spécifiée (mémoire tampon de texte, par exemple). (Hérité de EditorOptionDefinition.)
Méthode publique IsValid(Object%) Détermine si la valeur proposée est valide. (Hérité de EditorOptionDefinition<T>.)
Méthode publique ToString Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.)

Début

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Microsoft.VisualStudio.Text.Editor, espace de noms