VsCodeWindowClass Members
Include Protected Members
Include Inherited Members
Allows manipulation of a code window.
The VsCodeWindowClass type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
Closes the code window.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the buffer used by all views in the code window.
Returns the editor caption to which editors can append custom text.
Serves as a hash function for a particular type. (Inherited from Object.)
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.
Gets the type of the current instance. (Inherited from Object.)
Returns the text view class to change or query.
Creates a shallow copy of the current Object. (Inherited from Object.)
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.
Returns a string that represents the current object. (Inherited from Object.)
Top