VSCodeWindowManager Object

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 language service implements the code window manager and is responsible for managing adornments (for example, the drop-down bar). For more information, see Customizing Code Windows by Using the Legacy API.

The following table shows the interfaces in the VSCodeWindowManager object.

Interface Description
IVsCodeWindowManager Allows adornments (such as drop-down bars) to be added to or removed from a code window.

See Also

Customizing Code Windows by Using the Legacy API