Condividi tramite


DesktopAcrylicController.AddSystemBackdropTarget Metodo

Definizione

Aggiunge la destinazione dello sfondo del sistema specificata.

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

Parametri

systemBackdropTarget
ICompositionSupportsSystemBackdrop

Destinazione dello sfondo del sistema da aggiungere.

Restituisce

Boolean

bool

true se il controller è stato in grado di configurare il materiale come sfondo di sistema; in caso contrario, false.

Implementazioni

Commenti

Questo metodo deve essere chiamato su un thread con dispatcherQueue.

Si applica a