Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to:
| Edition | Visual Basic | C# | C++ | Web Developer | 
|---|---|---|---|---|
| Express | .gif) | .gif) | Managed only | .gif) | 
| Standard | .gif) | .gif) | Managed only | .gif) | 
| Pro and Team | .gif) | .gif) | Managed only | .gif) | 
Table legend:
| .gif) | Applies | 
| .gif) | Does not apply | 
| .gif) | Command or commands hidden by default. | 
The Visualizer APIs are provided for users who want to write a visualizer for the Visual Studio debugger. A visualizer is a small application that extends the functionality of the Visual Studio debugger user interface. A visualizer can display (and, optionally, edit) a data object of a specific type for which the visualizer is designed.
In This Section
- Microsoft.VisualStudio.DebuggerVisualizers.DialogDebuggerVisualizer 
- Microsoft.VisualStudio.DebuggerVisualizers.IDialogVisualizerService 
- Microsoft.VisualStudio.DebuggerVisualizers.IVisualizerObjectProvider 
- Microsoft.VisualStudio.DebuggerVisualizers.VisualizerDevelopmentHost 
- Microsoft.VisualStudio.DebuggerVisualizers.VisualizerObjectSource 
See Also
Tasks
Walkthrough: Writing a Visualizer in C#