Freigeben über


EditorFormatDefinition.ForegroundCustomizable-Eigenschaft

Bestimmt, ob der Vordergrund 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 ForegroundCustomizable As Nullable(Of Boolean)
public Nullable<bool> ForegroundCustomizable { get; protected set; }
public:
property Nullable<bool> ForegroundCustomizable {
    Nullable<bool> get ();
    protected: void set (Nullable<bool> value);
}
member ForegroundCustomizable : Nullable<bool> with get, set
function get ForegroundCustomizable () : Nullable<boolean>
protected function set ForegroundCustomizable (value : Nullable<boolean>)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

EditorFormatDefinition Klasse

Microsoft.VisualStudio.Text.Classification-Namespace