EditorOptionDefinition<T>::Name Property

 

Gets the name of the option.

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

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

Property Value

Type: System::String^

The name of the option.

Return to top
Show: