Condividi tramite


MicaController.RemoveSystemBackdropTarget Metodo

Definizione

Rimuove la destinazione in background del sistema specificata.

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

Parametri

systemBackdropTarget
ICompositionSupportsSystemBackdrop

Destinazione dello sfondo del sistema da rimuovere.

Restituisce

Boolean

bool

true se la destinazione in background del sistema specificata viene rimossa; in caso contrario, false.

Implementazioni

Commenti

Questo metodo restituisce false se la destinazione specificata non è stata aggiunta in precedenza.

Si applica a