CompositionEffect.SetSourceParameter(String, ICompositionSurface) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).