Condividi tramite


DesktopAcrylicController.RemoveSystemBackdropTarget Metodo

Definizione

Rimuove la destinazione in background di sistema specificata.

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

Parametri

systemBackdropTarget
ICompositionSupportsSystemBackdrop

Destinazione in background del sistema da rimuovere.

Restituisce

Boolean

bool

true se la destinazione in background del sistema specificata viene rimossa; in caso contrario, false.

Implementazioni

Commenti

Questo metodo restituisce false se la destinazione specificata non è stata aggiunta in precedenza.

Si applica a