Partager via


EditorFormatDefinition.ForegroundCustomizable, propriété

Détermine si le premier 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 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>)

Valeur de propriété

Type : Nullable<Boolean>
true si le premier 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