DesktopAcrylicController.RemoveSystemBackdropTarget Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime la cible d’arrière-plan système spécifiée.
public:
virtual bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop ^ systemBackdropTarget) = RemoveSystemBackdropTarget;
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
.
Implémente
Remarques
Cette méthode retourne false
si la cible spécifiée n’a pas été ajoutée précédemment.