Compartilhar via


DesktopAcrylicController.AddSystemBackdropTarget Método

Definição

Adiciona o destino de pano de fundo do 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

O destino do cenário do sistema a ser adicionado.

Retornos

Boolean

bool

true se o controlador foi capaz de configurar o material como um pano de fundo do sistema; caso contrário, false.

Implementações

Comentários

Esse método deve ser chamado em um thread com um DispatcherQueue.

Aplica-se a