MicaController.AddSystemBackdropTarget 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
添加指定的系统背景目标。
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 的线程上调用此方法。