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
Initializes the CodeWindowManager class.
Top
Methods
Name
Description
Called to add adornments or additional user interface (UI) elements to the text view.
Close down the CodeWindowManager object.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
The destructor for the CodeWindowManager class. (Overrides Object.Finalize().)
Returns the ViewFilter object associated with the specified text view.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Called when the specified text view loses focus.
Called when a new text view is created.
Called when the specified text view receives the focus.
Called to remove any adornments on a text view that is being closed.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Returns the IVsCodeWindow this CodeWindowManager is managing.
Returns the drop-down helper class.
Returns the language service that owns this code window manager.
Allows retrieving and updating the document properties.
Returns the Source object associated with the view managed by this code window manager class.
Top