MicaController.RemoveSystemBackdropTarget Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
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.