共用方式為


MicaController.RemoveSystemBackdropTarget 方法

定義

移除指定的系統背景目標。

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

參數

systemBackdropTarget
ICompositionSupportsSystemBackdrop

要移除的系統背景目標。

傳回

Boolean

bool

true 如果移除指定的系統背景目標,則為 ;否則為 false

實作

備註

如果先前未新增指定的目標,這個方法會 false 傳回 。

適用於