VsCodeWindow Members
Include Protected Members
Include Inherited Members
Allows manipulation of a code window.
The VsCodeWindow type exposes the following members.
Methods
Name
Description
Closes the code window. (Inherited from IVsCodeWindow.)
Returns the buffer used by all views in the code window. (Inherited from IVsCodeWindow.)
Returns the editor caption to which editors can append custom text. (Inherited from IVsCodeWindow.)
Returns the last active view of the code window. (Inherited from IVsCodeWindow.)
Returns the top (or primary) view of a split code window. (Inherited from IVsCodeWindow.)
Returns the bottom (or secondary) view of a split code window. (Inherited from IVsCodeWindow.)
Returns the text view class to change or query. (Inherited from IVsCodeWindow.)
Appends custom text to the editor caption (Inherited from IVsCodeWindow.)
Sets the text buffer for all views in the code window. (Inherited from IVsCodeWindow.)
Sets the text view class to change or query. (Inherited from IVsCodeWindow.)
Top