CodeWindowManager Methods

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubmethodAddAdornments()

Called to add adornments or additional user interface (UI) elements to the text view.

System_CAPS_pubmethodClose()

Close down the CodeWindowManager object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

The destructor for the CodeWindowManager class.(Overrides Object::Finalize().)

System_CAPS_pubmethodGetFilter(IVsTextView^)

Returns the ViewFilter object associated with the specified text view.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnKillFocus(IVsTextView^)

Called when the specified text view loses focus.

System_CAPS_pubmethodOnNewView(IVsTextView^)

Called when a new text view is created.

System_CAPS_pubmethodOnSetFocus(IVsTextView^)

Called when the specified text view receives the focus.

System_CAPS_pubmethodRemoveAdornments()

Called to remove any adornments on a text view that is being closed.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: