IVisualizerTargetClient2.NotifyVisualizedExpressionChangedAsync Method

Definition

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.

Applies to