Compartir a través de


DesktopAcrylicController.AddSystemBackdropTarget Método

Definición

Agrega el destino de fondo del sistema especificado.

public:
 virtual bool AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop ^ systemBackdropTarget) = AddSystemBackdropTarget;
bool AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop const& systemBackdropTarget);
public bool AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget);
function addSystemBackdropTarget(systemBackdropTarget)
Public Function AddSystemBackdropTarget (systemBackdropTarget As ICompositionSupportsSystemBackdrop) As Boolean

Parámetros

systemBackdropTarget
ICompositionSupportsSystemBackdrop

Destino de fondo del sistema que se va a agregar.

Devoluciones

Boolean

bool

true si el controlador pudo configurar el material como fondo del sistema; de lo contrario, false.

Implementaciones

Comentarios

Se debe llamar a este método en un subproceso con dispatcherQueue.

Se aplica a