TextTipData Methods

 

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

NameDescription
System_CAPS_pubmethodCheckCaretPosition(IVsTextView^)

Dismisses the tool tip based on mouse proximity to something that has a tool tip.

System_CAPS_pubmethodClose(IVsTextView^)

Dismisses and releases the tool tip.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetContextStream(Int32, Int32)

Retrieves the position and length of the tool tip.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetTipFontInfo(Int32, array<UInt32>^)

Returns the font of the tool tip window.

System_CAPS_pubmethodGetTipText(array<String^>^, Int32)

Populates pbstrText with the tip text.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsActive()

Tests if the tool tip window is currently visible.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnDismiss()

Sets the tool tip window to inactive.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdate(String^, Int32, Int32, IVsTextView^)

Adds the supplied data to this text tip.

System_CAPS_pubmethodUpdateView()

A virtual method that your subclass of TextTipData can implement to provide extra functionality on update.

Return to top
Show: