Freigeben über


EditorOptionKey<T>-Konstruktor

Initialisiert eine neue Instanz von EditorOptionKey<T>.

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

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public EditorOptionKey(
    string name
)
public:
EditorOptionKey(
    String^ name
)
new : 
        name:string -> EditorOptionKey
public function EditorOptionKey(
    name : String
)

Parameter

  • name
    Typ: String

    Der Name des Optionsschlüssels.

.NET Framework-Sicherheit

Siehe auch

Referenz

EditorOptionKey<T> Struktur

Microsoft.VisualStudio.Text.Editor-Namespace