Edit

Bagikan melalui


ExpressionNode.PopulateParameterNodes Method

Definition

Populates the parameter nodes.

protected internal void PopulateParameterNodes (ref System.Collections.Generic.Dictionary<string,object> constParamMap, ref System.Collections.Generic.HashSet<Microsoft.Toolkit.Uwp.UI.Animations.Expressions.ReferenceNode> referenceNodes);
member this.PopulateParameterNodes : Dictionary * HashSet -> unit
Protected Friend Sub PopulateParameterNodes (ByRef constParamMap As Dictionary(Of String, Object), ByRef referenceNodes As HashSet(Of ReferenceNode))

Parameters

constParamMap
Dictionary<String,Object>

The constant parameter map.

referenceNodes
HashSet<ReferenceNode>

The reference nodes.

Applies to