VsIntellisenseLangTipClass Class

 

Used to expose method tips.

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

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseLangTipClass

[ClassInterfaceAttribute(0)]
[GuidAttribute("39F4B568-7166-42B3-87E6-6B856864AE55")]
public class VsIntellisenseLangTipClass : IVsIntellisenseLangTip, 
	VsIntellisenseLangTip

NameDescription
System_CAPS_pubmethodVsIntellisenseLangTipClass()

Creates a new instance of the class.

NameDescription
System_CAPS_pubmethodClose(Int32)

Destroys the tip window and then deletes the tip.

System_CAPS_pubmethodCreate(IVsTipWindow)

Creates the tool tip window.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetOverloadCount(Int32)

Gets the number of overloads for the current method.

System_CAPS_pubmethodGetSizePreferences(RECT[], TIPSIZEDATA[])

Gets the size of the language tip window.

System_CAPS_pubmethodGetSizeY(Int16)

Gets the height of the tip window.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitialize(IVsIntellisenseHost)

Initializes a language tooltip.

System_CAPS_pubmethodIsActive(Int32)

Determines whether the tip is active.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodScrollDown()

Scrolls to the next overload of the method.

System_CAPS_pubmethodScrollUp()

Scrolls to the previous overload of the method.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdate(IVsTipWindow, UInt32)

Updates a language tool tip.

System_CAPS_pubmethodUpdatePosition()

Updates the tip position.

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: