CompositionEffect.GetSourceParameter(String) 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.
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).