VisualizerTarget.RaiseVisualizedExpressionChangedAsync(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.
Raises the VisualizedExpressionChanged event.
protected System.Threading.Tasks.Task RaiseVisualizedExpressionChangedAsync(string? updatedExpression);
member this.RaiseVisualizedExpressionChangedAsync : string -> System.Threading.Tasks.Task
Protected Function RaiseVisualizedExpressionChangedAsync (updatedExpression As String) As Task
Parameters
- updatedExpression
- String
The new expression that the user wants the visualizer to visualize.
Returns
A Task tracking the async operation.