ISystemBackdropControllerWithTargets.AddSystemBackdropTarget Método

Definición

Agrega el destino de fondo del sistema especificado en el que se va a dibujar el material.

public:
 bool AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop ^ systemBackdropTarget);
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 del fondo del sistema que se va a agregar.

Devoluciones

Boolean

bool

true si el controlador pudo dibujar el material en el destino; de lo contrario, false.

Comentarios

Volver a agregar un destino existente no hace nada.

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

Se aplica a