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 | |
---|---|---|
Close | Closes the code window. | |
GetBuffer | Returns the buffer used by all views in the code window. | |
GetEditorCaption | Returns the editor caption to which editors can append custom text. | |
GetLastActiveView | Returns the last active view of the code window. | |
GetPrimaryView | Returns the top (or primary) view of a split code window. | |
GetSecondaryView | Returns the bottom (or secondary) view of a split code window. | |
GetViewClassID | Returns the text view class to change or query. | |
SetBaseEditorCaption | Appends custom text to the editor caption | |
SetBuffer | Sets the text buffer for all views in the code window. | |
SetViewClassID | Sets the text view class to change or query. |
Top