Freigeben über


DefaultTextViewOptions.UseVisibleWhitespaceId-Feld

Bestimmt, ob Leerzeichen und Tabstopps als sichtbare Symbole angezeigt werden sollen.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Shared ReadOnly UseVisibleWhitespaceId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> UseVisibleWhitespaceId
public:
static initonly EditorOptionKey<bool> UseVisibleWhitespaceId
static val UseVisibleWhitespaceId: EditorOptionKey<bool>
public static final var UseVisibleWhitespaceId : EditorOptionKey<boolean>

.NET Framework-Sicherheit

Siehe auch

Referenz

DefaultTextViewOptions Klasse

Microsoft.VisualStudio.Text.Editor-Namespace