Share via


VSCodeWindowManager Object

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

Concepts

Customizing Code Windows by Using the Legacy API