Condividi tramite


Proprietà EditorOptionDefinition<T>.Name

Ottiene il nome dell'opzione.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: String
Il nome dell'opzione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

EditorOptionDefinition<T> Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor