Compartilhar via


Propriedade EditorFormatDefinition.ForegroundCustomizable

Determina se o primeiro plano desse formato é personalizável.

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

Sintaxe

'Declaração
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>)

Valor de propriedade

Tipo: Nullable<Boolean>
true Se o primeiro plano desse formato é personalizável, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

EditorFormatDefinition Classe

Namespace Microsoft.VisualStudio.Text.Classification