ExpressionNode.SetReferenceParameter(String, CompositionObject) 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.
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.