Freigeben über


EditorOptionKey<T>.Name-Eigenschaft

Ruft den Namen dieses Schlüssels ab.

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

Eigenschaftswert

Typ: String
Der Name dieser Schlüssel.

.NET Framework-Sicherheit

Siehe auch

Referenz

EditorOptionKey<T> Struktur

Microsoft.VisualStudio.Text.Editor-Namespace