ExpressionValues.Reference.CreateInteractionTrackerReference(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.
Creates a named reference parameter to an InteractionTracker.
public static CommunityToolkit.WinUI.Animations.Expressions.InteractionTrackerReferenceNode CreateInteractionTrackerReference(string parameterName);
static member CreateInteractionTrackerReference : string -> CommunityToolkit.WinUI.Animations.Expressions.InteractionTrackerReferenceNode
Public Shared Function CreateInteractionTrackerReference (parameterName As String) As InteractionTrackerReferenceNode
Parameters
- parameterName
- String
The name that will be used to refer to the parameter at a later time.
Returns
InteractionTrackerReferenceNode.