次の方法で共有


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 を持つスレッドで呼び出す必要があります。

適用対象