EditorOptionDefinition<T>.DefaultValue, propriété

Obtient la valeur par défaut de l'option.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Object
Valeur par défaut.

Sécurité .NET Framework

Voir aussi

Référence

EditorOptionDefinition<T> Classe

Microsoft.VisualStudio.Text.Editor, espace de noms