EditorOptionDefinition<T>::Default Property

 

Gets the default value of this option.

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

public:
property T Default {
	virtual T get();
}

Property Value

Type: T

The default value of this option.

Return to top
Show: