GlyphMarginEnabled Class

Defines the option to enable the glyph margin.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
    Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Boolean>
      Microsoft.VisualStudio.Text.Editor.ViewOptionDefinition<Boolean>
        Microsoft.VisualStudio.Text.Editor.GlyphMarginEnabled

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

Syntax

'Declaration
<NameAttribute("TextViewHost/GlyphMargin")> _
<ExportAttribute(GetType(EditorOptionDefinition))> _
Public NotInheritable Class GlyphMarginEnabled _
    Inherits ViewOptionDefinition(Of Boolean)
[NameAttribute("TextViewHost/GlyphMargin")]
[ExportAttribute(typeof(EditorOptionDefinition))]
public sealed class GlyphMarginEnabled : ViewOptionDefinition<bool>
[NameAttribute(L"TextViewHost/GlyphMargin")]
[ExportAttribute(typeof(EditorOptionDefinition))]
public ref class GlyphMarginEnabled sealed : public ViewOptionDefinition<bool>
[<Sealed>]
[<NameAttribute("TextViewHost/GlyphMargin")>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
type GlyphMarginEnabled =  
    class 
        inherit ViewOptionDefinition<bool>
    end
public final class GlyphMarginEnabled extends ViewOptionDefinition<boolean>

The GlyphMarginEnabled type exposes the following members.

Constructors

  Name Description
Public method GlyphMarginEnabled Initializes a new instance of GlyphMarginEnabled.

Top

Properties

  Name Description
Public property Default Gets the default value, which is true. (Overrides EditorOptionDefinition<T>.Default.)
Public property DefaultValue Gets the default value of the option. (Inherited from EditorOptionDefinition<T>.)
Public property Key Gets the default text view host value. (Overrides EditorOptionDefinition<T>.Key.)
Public property Name Gets the name of the option. (Inherited from EditorOptionDefinition<T>.)
Public property ValueType Gets the actual type of the option. (Inherited from EditorOptionDefinition<T>.)

Top

Methods

  Name Description
Public method Equals Determines whether two EditorOptionDefinition objects are the same. (Inherited from EditorOptionDefinition.)
Public method GetHashCode Gets the hash code of this type. (Inherited from EditorOptionDefinition.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsApplicableToScope Determines whether the option is applicable to the specified scope. (Inherited from ViewOptionDefinition<T>.)
Public method IsValid(Object%) Determines whether the proposed value is valid. (Inherited from EditorOptionDefinition<T>.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Text.Editor Namespace