UseVisibleWhitespace.Key, propriété

Obtient la valeur par défaut de l'hôte d'affichage de texte.

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

Syntaxe

'Déclaration
Public Overrides ReadOnly Property Key As EditorOptionKey(Of Boolean)
public override EditorOptionKey<bool> Key { get; }
public:
virtual property EditorOptionKey<bool> Key {
    EditorOptionKey<bool> get () override;
}
abstract Key : EditorOptionKey<bool> with get 
override Key : EditorOptionKey<bool> with get
override function get Key () : EditorOptionKey<boolean>

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<Boolean>
La valeur d'hôte de vue de texte par défaut.

Sécurité .NET Framework

Voir aussi

Référence

UseVisibleWhitespace Classe

Microsoft.VisualStudio.Text.Editor, espace de noms