Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the default value of the option.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property DefaultValue As Object
public override sealed Object DefaultValue { get; }
public:
virtual property Object^ DefaultValue {
Object^ get () override sealed;
}
abstract DefaultValue : Object with get
override DefaultValue : Object with get
override final function get DefaultValue () : Object
Property Value
Type: System.Object
The default value.
.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.