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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.