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)
Syntax
'Déclaration
Public MustOverride ReadOnly Property DefaultValue As Object
public abstract Object DefaultValue { get; }
public:
virtual property Object^ DefaultValue {
Object^ get () abstract;
}
abstract DefaultValue : Object
abstract function get DefaultValue () : Object
Property Value
Type: System.Object
The default value.
Remarks
The type of the value must be the same as the ValueType.
.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.