CompositionEffect.SetSourceParameter(String, ICompositionSurface) メソッド

定義

source パラメーターを設定します。

public:
 virtual void SetSourceParameter(Platform::String ^ name, ICompositionSurface ^ source) = SetSourceParameter;
void SetSourceParameter(winrt::hstring const& name, ICompositionSurface const& source);
public void SetSourceParameter(string name, ICompositionSurface source);
function setSourceParameter(name, source)
Public Sub SetSourceParameter (name As String, source As ICompositionSurface)

パラメーター

name
String

Platform::String

winrt::hstring

名前。

source
ICompositionSurface

ソース。

注釈

重要

この API は、Windows 10 バージョン 1507 (ビルド 10240) にのみ存在します。

適用対象