Share via


CompositionEffect.SetSourceParameter(String, ICompositionSurface) Method

Definition

Sets the source parameter.

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)

Parameters

name
String

Platform::String

winrt::hstring

The name.

source
ICompositionSurface

The source.

Remarks

Important

This API exists only in Windows 10, version 1507 (Build 10240).

Applies to