EditorOptionKey<T>::Name Property

 

Gets the name of this key.

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

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name of this key.

Return to top
Show: