Compartir a través de


ISystemBackdropControllerWithTargets.RemoveSystemBackdropTarget Método

Definición

Quita el destino de fondo del sistema especificado.

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

Parámetros

systemBackdropTarget
ICompositionSupportsSystemBackdrop

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

Devoluciones

Boolean

bool

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

Comentarios

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

Se aplica a