DefaultTextViewHostOptions.ShowErrorsOptionId Field

Determines whether errors are shown over the vertical scroll bar.

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

Syntax

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

.NET Framework Security

See Also

Reference

DefaultTextViewHostOptions Class

Microsoft.VisualStudio.Text.Editor Namespace