VsSmartTagTipWindowClass Class
Visual Studio 2012
Controls interaction with a tip window.
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
The VsSmartTagTipWindowClass type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dismiss | The window is being dismissed by the view. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetContextStream | Returns the context stream (the position and length of text in the buffer that should not be obscured by the tip window, but to which the content of the tip is related). |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSizePreferences | Returns the size preferences for a tip window. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Paint | Renders the tip window. |
![]() | SetSmartTagData | Sets smart tag data. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WndProc | Processes Windows messages for the tip window. |
You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.
