VsCodeWindowClass Members

Include Protected Members
Include Inherited Members

Allows manipulation of a code window.

The VsCodeWindowClass type exposes the following members.

Constructors

  Name Description
Public method VsCodeWindowClass

Top

Methods

  Name Description
Public method Close Closes the code window.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetBuffer Returns the buffer used by all views in the code window.
Public method GetEditorCaption Returns the editor caption to which editors can append custom text.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetLastActiveView Returns the last active view of the code window.
Public method GetPrimaryView Returns the top (or primary) view of a split code window.
Public method GetSecondaryView Returns the bottom (or secondary) view of a split code window.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetViewClassID Returns the text view class to change or query.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetBaseEditorCaption Appends custom text to the editor caption.
Public method SetBuffer Sets the text buffer for all views in the code window.
Public method SetViewClassID Sets the text view class to change or query.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

See Also

Reference

VsCodeWindowClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace