Partager via


EditorFormatDefinition.BackgroundCustomizable, propriété

Détermine si l'arrière-plan de ce format est personnalisable.

Espace de noms :  Microsoft.VisualStudio.Text.Classification
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Public Property BackgroundCustomizable As Nullable(Of Boolean)
public Nullable<bool> BackgroundCustomizable { get; protected set; }
public:
property Nullable<bool> BackgroundCustomizable {
    Nullable<bool> get ();
    protected: void set (Nullable<bool> value);
}
member BackgroundCustomizable : Nullable<bool> with get, set
function get BackgroundCustomizable () : Nullable<boolean>
protected function set BackgroundCustomizable (value : Nullable<boolean>)

Valeur de propriété

Type : Nullable<Boolean>
true si l'arrière-plan de ce format est personnalisable, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

EditorFormatDefinition Classe

Microsoft.VisualStudio.Text.Classification, espace de noms