Partager via


ISystemBackdropControllerWithTargets.AddSystemBackdropTarget Méthode

Définition

Ajoute la cible d’arrière-plan système spécifiée sur laquelle dessiner le matériau.

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

Paramètres

systemBackdropTarget
ICompositionSupportsSystemBackdrop

Cible de l’arrière-plan système à ajouter.

Retours

Boolean

bool

true si le contrôleur a pu dessiner le matériau sur la cible ; sinon, false.

Remarques

Le rajout d’une cible existante ne fait rien.

Cette méthode doit être appelée sur un thread avec un DispatcherQueue.

S’applique à