Freigeben über


ISystemBackdropControllerWithTargets.AddSystemBackdropTarget Methode

Definition

Fügt das angegebene Systemhintergrundziel hinzu, auf dem das Material gezeichnet werden soll.

public:
 bool AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop ^ systemBackdropTarget);
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 auf dem Ziel zu zeichnen; falseandernfalls .

Hinweise

Das erneute Hinzufügen eines vorhandenen Ziels bringt nichts.

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

Gilt für: