EditorOptionDefinition<T>.Name Property

Gets the name of the option.

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

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property Name As String
public override sealed string Name { get; }
public:
virtual property String^ Name {
    String^ get () override sealed;
}
abstract Name : string
override Name : string
override final function get Name () : String

Property Value

Type: System.String
The name of the option.

.NET Framework Security

See Also

Reference

EditorOptionDefinition<T> Class

Microsoft.VisualStudio.Text.Editor Namespace