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)
Syntax
'Declaration
Public Overridable ReadOnly Property Default As T
public virtual T Default { get; }
public:
virtual property T Default {
T get ();
}
abstract Default : 'T with get
override Default : 'T with get
function get Default () : T
Property Value
Type: T
The default value of this option.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.