EditorOptionDefinition<T>::DefaultValue Property

 

Gets the default value of the option.

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

public:
property Object^ DefaultValue {
	virtual Object^ get() override sealed;
}

Property Value

Type: System::Object^

The default value.

Return to top
Show: