Compartir a través de


EditorOptionDefinition<T>.Name (Propiedad)

Obtiene el nombre de la opción.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.Logic (en Microsoft.VisualStudio.Text.Logic.dll)

Sintaxis

'Declaración
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 with get 
override Name : string with get
override final function get Name () : String

Valor de propiedad

Tipo: String
Nombre de la opción.

Seguridad de .NET Framework

Vea también

Referencia

EditorOptionDefinition<T> Clase

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)