Partilhar via


ISystemBackdropControllerWithTargets.AddSystemBackdropTarget Método

Definição

Adiciona o destino de pano de fundo do sistema especificado no qual desenhar o 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

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

Retornos

Boolean

bool

true se o controlador foi capaz de desenhar o material no destino; caso contrário, false.

Comentários

Adicionar novamente um destino existente não faz nada.

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

Aplica-se a