Share via


CompositionEffect.GetSourceParameter(String) Method

Definition

Gets the source parameter.

public:
 virtual ICompositionSurface ^ GetSourceParameter(Platform::String ^ name) = GetSourceParameter;
ICompositionSurface GetSourceParameter(winrt::hstring const& name);
public ICompositionSurface GetSourceParameter(string name);
function getSourceParameter(name)
Public Function GetSourceParameter (name As String) As ICompositionSurface

Parameters

name
String

Platform::String

winrt::hstring

The name.

Returns

The source.

Remarks

Important

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

Applies to