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