Visualizer API Reference

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

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

See Also

Walkthrough: Writing a Visualizer in C#
How to: Write a Visualizer
Create Custom Visualizers