Partager via


ISystemBackdropControllerWithTargets.RemoveSystemBackdropTarget Méthode

Définition

Supprime la cible d’arrière-plan système spécifiée.

public:
 bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop ^ systemBackdropTarget);
bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop const& systemBackdropTarget);
public bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget);
function removeSystemBackdropTarget(systemBackdropTarget)
Public Function RemoveSystemBackdropTarget (systemBackdropTarget As ICompositionSupportsSystemBackdrop) As Boolean

Paramètres

systemBackdropTarget
ICompositionSupportsSystemBackdrop

Cible d’arrière-plan système à supprimer.

Retours

Boolean

bool

true si la cible d’arrière-plan système spécifiée est supprimée ; sinon, false.

Remarques

Cette méthode retourne false si la cible spécifiée n’a pas été ajoutée précédemment.

S’applique à