ISystemBackdropControllerWithTargets.AddSystemBackdropTarget 方法

定义

添加要在其中绘制材料的指定系统背景目标。

public:
 bool AddSystemBackdropTarget(ICompositionSupportsSystemBackdrop ^ systemBackdropTarget);
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 的线程上调用此方法。

适用于