VSCodeWindow Object

A code window is a specialized document window that can include one or more text views, usually the VsTextView object.

Architecturally, the code window is a document window that is within a window frame. Functionally, the code window is simply a document window with additional features. In the multiple-document interface (MDI) mode, the code window is the MDI child frame. For more information, see Code Windows.

The following table includes the interfaces in the VsCodeWindow object.

Method

Description

IServiceProvider

Provides a generic access mechanism to locate a service that a globally unique identifier (GUID) identifies.

IVsCodeWindow

Represents a multiple document interface (MDI) child containing one or more code views.

IVsWindowPane

Fills a window frame.

See Also

Reference

IServiceProvider

Other Resources

Figures Edit