Share via


EditorOptionKey<T> Constructor

Initializes a new instance of EditorOptionKey<T>.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

EditorOptionKey<T> Structure

Microsoft.VisualStudio.Text.Editor Namespace