EditorOptionDefinition<T>.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default value of this option.
public:
virtual property T Default { T get(); };
public:
virtual property T Default { T get(); };
public virtual T Default { get; }
member this.Default : 'T
Public Overridable ReadOnly Property Default As T
Property Value
T
The default value of this option.