IDebuggerVisualizerProvider Interface
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.
Interface representing a Visualstudio.Extensibility provider of .NET debugger visualizers.
public interface IDebuggerVisualizerProvider : IDisposable
type IDebuggerVisualizerProvider = interface
interface IDisposable
Public Interface IDebuggerVisualizerProvider
Implements IDisposable
- Implements
Methods
GetVisualizerAsync(IVisualizerTarget, VisualizerTargetData, CancellationToken) |
Requests the IDebuggerVisualizerProvider to initiate the visualization of a new target object. |