LongBufferLineThreshold, classe

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

Hiérarchie d'héritage

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

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("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>

Le type LongBufferLineThreshold expose les membres suivants.

Constructeurs

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

Début

Propriétés

  Nom Description
Propriété publique Default Gets the default value (32K). (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