TextTipData Class

 
clsCompliantAlternativeNone

Provides a default implementation of IVsTextTipData for use in the IVsTextTipWindow for displaying tool tips.

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

System.Object
  Microsoft.VisualStudio.Package.TextTipData

[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class TextTipData : IVsTextTipData

NameDescription
System_CAPS_pubmethodTextTipData(IServiceProvider)

This constructor sets a service provider.

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, UInt32[])

Returns the font of the tool tip window.

System_CAPS_pubmethodGetTipText(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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: