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 Code Windows.

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

Code Windows