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