Compartilhar via


Propriedade EditorOptionKey<T>.Name

Obtém o nome dessa chave.

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: String
O nome dessa chave.

Segurança do .NET Framework

Consulte também

Referência

EditorOptionKey<T> Estrutura

Namespace Microsoft.VisualStudio.Text.Editor