ISystemBackdropControllerWithTargets.RemoveSystemBackdropTarget Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified system background target.
public:
bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop ^ systemBackdropTarget);
bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop const& systemBackdropTarget);
public bool RemoveSystemBackdropTarget(ICompositionSupportsSystemBackdrop systemBackdropTarget);
function removeSystemBackdropTarget(systemBackdropTarget)
Public Function RemoveSystemBackdropTarget (systemBackdropTarget As ICompositionSupportsSystemBackdrop) As Boolean
Parameters
- systemBackdropTarget
- ICompositionSupportsSystemBackdrop
The system background target to remove.
Returns
bool
true if the specified system background target is removed; otherwise, false.
Remarks
This method returns false if the specified target was not previously added.