Compartir a través de


VisualizerTarget.RaiseStateChangedAsync Method

Definition

Raises the StateChanged event.

protected System.Threading.Tasks.Task RaiseStateChangedAsync (Microsoft.VisualStudio.RpcContracts.DebuggerVisualizers.VisualizerTargetStateNotification notification);
member this.RaiseStateChangedAsync : Microsoft.VisualStudio.RpcContracts.DebuggerVisualizers.VisualizerTargetStateNotification -> System.Threading.Tasks.Task
Protected Function RaiseStateChangedAsync (notification As VisualizerTargetStateNotification) As Task

Parameters

notification
VisualizerTargetStateNotification

The type of notification.

Returns

A Task tracking the async operation.

Applies to