DefaultTextViewHostOptions.ShowMarksOptionId Field

Determines whether marks (bookmarks, breakpoints, etc.) 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 ShowMarksOptionId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> ShowMarksOptionId
public:
static initonly EditorOptionKey<bool> ShowMarksOptionId
static val ShowMarksOptionId: EditorOptionKey<bool>
public static final var ShowMarksOptionId : EditorOptionKey<boolean>

.NET Framework Security

See Also

Reference

DefaultTextViewHostOptions Class

Microsoft.VisualStudio.Text.Editor Namespace