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