Condividi tramite


ISystemBackdropControllerWithTargets.AddSystemBackdropTarget Metodo

Definizione

Aggiunge la destinazione dello sfondo del sistema specificato su cui disegnare il materiale.

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

Parametri

systemBackdropTarget
ICompositionSupportsSystemBackdrop

Destinazione dello sfondo del sistema da aggiungere.

Restituisce

Boolean

bool

true se il controller è stato in grado di disegnare il materiale sulla destinazione; in caso contrario, false.

Commenti

La ripetizione dell'aggiunta di una destinazione esistente non fa nulla.

Questo metodo deve essere chiamato in un thread con dispatcherQueue.

Si applica a