DesktopAcrylicController.RemoveSystemBackdropTarget Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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.