MicaController.AddSystemBackdropTarget 方法

定义

添加指定的系统背景目标。

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

参数

systemBackdropTarget
ICompositionSupportsSystemBackdrop

要添加的系统背景目标。

返回

Boolean

bool

true 如果控制器能够将材料设置为系统背景,则为 ;否则为 false

实现

注解

必须在具有 DispatcherQueue 的线程上调用此方法。

适用于