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
- 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.