Compartir a través de


DesktopAcrylicController.RemoveSystemBackdropTarget Método

Definición

Quita el destino en segundo plano del sistema especificado.

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

Parámetros

systemBackdropTarget
ICompositionSupportsSystemBackdrop

Destino en segundo plano del sistema que se va a quitar.

Devoluciones

Boolean

bool

true si se quita el destino en segundo plano del sistema especificado; de lo contrario, false.

Implementaciones

Comentarios

Este método devuelve false si el destino especificado no se agregó anteriormente.

Se aplica a