VsSmartTagTipWindowClass Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodDismiss()

The window is being dismissed by the view.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetContextStream(Int32, Int32)

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).

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetSizePreferences(array<RECT>^, array<SMARTTAGSIZEDATA>^)

Returns the size preferences for a tip window.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPaint(IntPtr, array<RECT>^, UInt32, UInt32, Int32)

Renders the tip window.

System_CAPS_pubmethodSetSmartTagData(IVsSmartTagData^)

Sets smart tag data.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWndProc(IntPtr, UInt32, IntPtr, IntPtr, Int32)

Processes Windows messages for the tip window.

Return to top
Show: