Compartilhar via


DesktopAcrylicController.RemoveSystemBackdropTarget Método

Definição

Remove o destino em segundo plano do sistema especificado.

public:
 virtual bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop ^ systemBackdropTarget) = RemoveSystemBackdropTarget;
bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop const& systemBackdropTarget);
public bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget);
function removeSystemBackdropTarget(systemBackdropTarget)
Public Function RemoveSystemBackdropTarget (systemBackdropTarget As ICompositionSupportsSystemBackdrop) As Boolean

Parâmetros

systemBackdropTarget
ICompositionSupportsSystemBackdrop

O destino em segundo plano do sistema a ser removido.

Retornos

Boolean

bool

true se o destino em segundo plano do sistema especificado for removido; caso contrário, false.

Implementações

Comentários

Esse método retornará false se o destino especificado não tiver sido adicionado anteriormente.

Aplica-se a