Freigeben über


DesktopAcrylicController.AddSystemBackdropTarget Methode

Definition

Fügt das angegebene Systemhintergrundziel hinzu.

public:
 virtual bool AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop ^ systemBackdropTarget) = AddSystemBackdropTarget;
bool AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop const& systemBackdropTarget);
public bool AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget);
function addSystemBackdropTarget(systemBackdropTarget)
Public Function AddSystemBackdropTarget (systemBackdropTarget As ICompositionSupportsSystemBackdrop) As Boolean

Parameter

systemBackdropTarget
ICompositionSupportsSystemBackdrop

Das hinzuzufügende Systemhintergrundziel.

Gibt zurück

Boolean

bool

true wenn der Controller in der Lage war, das Material als Systemkulisse einzurichten; falseandernfalls .

Implementiert

Hinweise

Diese Methode muss in einem Thread mit einem DispatcherQueue aufgerufen werden.

Gilt für: