EditorOptionDefinition::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() abstract;
}

Property Value

Type: System::Object^

The default value.

The type of the value must be the same as the ValueType.

Return to top
Show: