CodeWindowManager Members
Include Protected Members
Include Inherited Members
Wraps an IVsCodeWindow object for use in a language service.
The CodeWindowManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CodeWindowManager | Initializes the CodeWindowManager class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddAdornments | Called to add adornments or additional user interface (UI) elements to the text view. |
![]() |
Close | Close down the CodeWindowManager object. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | The destructor for the CodeWindowManager class. (Overrides Object.Finalize().) |
![]() |
GetFilter | Returns the ViewFilter object associated with the specified text view. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnKillFocus | Called when the specified text view loses focus. |
![]() |
OnNewView | Called when a new text view is created. |
![]() |
OnSetFocus | Called when the specified text view receives the focus. |
![]() |
RemoveAdornments | Called to remove any adornments on a text view that is being closed. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CodeWindow | Returns the IVsCodeWindow this CodeWindowManager is managing. |
![]() |
DropDownHelper | Returns the drop-down helper class. |
![]() |
LanguageService | Returns the language service that owns this code window manager. |
![]() |
Properties | Allows retrieving and updating the document properties. |
![]() |
Source | Returns the Source object associated with the view managed by this code window manager class. |
Top