TabSize, classe
La définition d'option qui détermine le nombre d'espaces d'un onglet.
Hiérarchie d'héritage
Object
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Int32>
Microsoft.VisualStudio.Text.Editor.TabSize
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("Tabs/TabSize")> _
Public NotInheritable Class TabSize _
Inherits EditorOptionDefinition(Of Integer)
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute("Tabs/TabSize")]
public sealed class TabSize : EditorOptionDefinition<int>
[ExportAttribute(typeof(EditorOptionDefinition))]
[NameAttribute(L"Tabs/TabSize")]
public ref class TabSize sealed : public EditorOptionDefinition<int>
[<Sealed>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
[<NameAttribute("Tabs/TabSize")>]
type TabSize =
class
inherit EditorOptionDefinition<int>
end
public final class TabSize extends EditorOptionDefinition<int>
Le type TabSize expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
TabSize | Initialise une nouvelle instance de l'élément TabSize. |
Début
Propriétés
Nom | Description | |
---|---|---|
Default | Obtient la valeur par défaut (4). (Substitue EditorOptionDefinition<T>.Default.) | |
DefaultValue | Obtient la valeur par défaut de l'option. (Hérité de EditorOptionDefinition<T>.) | |
Key | Obtient la clé option de l'éditeur. (Substitue EditorOptionDefinition<T>.Key.) | |
Name | Obtient le nom de l'option. (Hérité de EditorOptionDefinition<T>.) | |
ValueType | Obtient le type réel de l'option. (Hérité de EditorOptionDefinition<T>.) |
Début
Méthodes
Nom | Description | |
---|---|---|
Equals | Détermine si deux objets EditorOptionDefinition sont identiques. (Hérité de EditorOptionDefinition.) | |
GetHashCode | Obtient le code de hachage correspondant à ce type. (Hérité de EditorOptionDefinition.) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
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.) | |
IsValid(Object%) | Détermine si la valeur proposée est valide. (Hérité de EditorOptionDefinition<T>.) | |
IsValid(Int32%) | Détermine si la taille d'une tabulation donnée est valide. (Substitue EditorOptionDefinition<T>.IsValid(Object%).) | |
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.