CodeWindowManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddAdornments() | Called to add adornments or additional user interface (UI) elements to the text view. |
![]() | Close() | Close down the CodeWindowManager object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | The destructor for the CodeWindowManager class.(Overrides Object::Finalize().) |
![]() | GetFilter(IVsTextView^) | Returns the ViewFilter object associated with the specified text view. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnKillFocus(IVsTextView^) | Called when the specified text view loses focus. |
![]() | OnNewView(IVsTextView^) | Called when a new text view is created. |
![]() | OnSetFocus(IVsTextView^) | Called when the specified text view receives the focus. |
![]() | RemoveAdornments() | Called to remove any adornments on a text view that is being closed. |
![]() | ToString() | (Inherited from Object.) |
Show:

