EditorOptionKey<T> Constructor (String^)

 

Initializes a new instance of EditorOptionKey<T>.

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

public:
EditorOptionKey(
	String^ name
)

Parameters

name
Type: System::String^

The name of the option key.

Return to top
Show: