Freigeben über


EditorFormatDefinition.BackgroundCustomizable-Eigenschaft

Bestimmt, ob der Hintergrund dieses Formats angepasst werden kann.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
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>)

Eigenschaftswert

Typ: Nullable<Boolean>
true , wenn der Hintergrund dieses Formats angepasst werden kann, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

EditorFormatDefinition Klasse

Microsoft.VisualStudio.Text.Classification-Namespace