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