IVisualizerTargetClient2.NotifyVisualizedExpressionChangedAsync 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.
Notifies the debugger visualizer when the expression being visualized in the window it is hosted on changes.
public System.Threading.Tasks.Task NotifyVisualizedExpressionChangedAsync(string? expression, System.Threading.CancellationToken cancellationToken);
abstract member NotifyVisualizedExpressionChangedAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function NotifyVisualizedExpressionChangedAsync (expression As String, cancellationToken As CancellationToken) As Task
Parameters
- expression
- String
The new expression that is shown in the visualizer window.
- cancellationToken
- CancellationToken
Cancellation token for the async call.
Returns
A Task representing the asynchronous operation.