Share via


EditorOptionKey<T>.Name Property

Gets the name of this key.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string with get
function get Name () : String

Property Value

Type: System.String
The name of this key.

.NET Framework Security

See Also

Reference

EditorOptionKey<T> Structure

Microsoft.VisualStudio.Text.Editor Namespace