IVsCodeWindow Members
Include Protected Members
Include Inherited Members
Represents a multiple-document interface (MDI) child that contains one or more code views.
The IVsCodeWindow type exposes the following members.
Methods
Name
Description
Closes the code window.
Returns the buffer used by all views in the code window.
Returns the editor caption to which editors can append custom text.
Returns the last active view of the code window.
Returns the top (or primary) view of a split code window.
Returns the bottom (or secondary) view of a split code window.
Returns the text view class to change or query.
Appends custom text to the editor caption
Sets the text buffer for all views in the code window.
Sets the text view class to change or query.
Top