Edit

ExpressionNode.SetReferenceParameter(String, CompositionObject) Method

Definition

Resolve a named reference parameter to the CompositionObject it will refer to.

public void SetReferenceParameter(string parameterName, Microsoft.UI.Composition.CompositionObject compObj);
member this.SetReferenceParameter : string * Microsoft.UI.Composition.CompositionObject -> unit
Public Sub SetReferenceParameter (parameterName As String, compObj As CompositionObject)

Parameters

parameterName
String

The string name of the parameter to be resolved.

compObj
Microsoft.UI.Composition.CompositionObject

The composition object that the parameter should resolve to.

Applies to