Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether the background of this format is customizable.
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>)
Property Value
Type: System.Nullable<Boolean>
true if the background of this format is customizable, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.