VisualizerTarget.RaiseStateChangedAsync 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 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.