DefaultOptions.AutomaticDelimiterHighlightingId Field

Definition

The default option that determines whether matching delimiters should be highlighted.

public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> AutomaticDelimiterHighlightingId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> AutomaticDelimiterHighlightingId;
 staticval mutable AutomaticDelimiterHighlightingId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly AutomaticDelimiterHighlightingId As EditorOptionKey(Of Boolean) 

Field Value

Applies to