共用方式為


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的執行緒上呼叫。

適用於