VsIntellisenseLangTip Methods

 

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

NameDescription
System_CAPS_pubmethodClose(Int32)

Destroys the tip window and then deletes the tip.(Inherited from IVsIntellisenseLangTip.)

System_CAPS_pubmethodCreate(IVsTipWindow^)

Creates the tool tip window.(Inherited from IVsIntellisenseLangTip.)

System_CAPS_pubmethodGetOverloadCount(Int32)

Gets the number of overloads for the current method.(Inherited from IVsIntellisenseLangTip.)

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

Gets the size of the language tip window.(Inherited from IVsIntellisenseLangTip.)

System_CAPS_pubmethodGetSizeY(Int16)

Gets the height of the tip window.(Inherited from IVsIntellisenseLangTip.)

System_CAPS_pubmethodInitialize(IVsIntellisenseHost^)

Initializes a language tooltip.(Inherited from IVsIntellisenseLangTip.)

System_CAPS_pubmethodIsActive(Int32)

Determines whether the tip is active.(Inherited from IVsIntellisenseLangTip.)

System_CAPS_pubmethodScrollDown()

Scrolls to next overload of the method.(Inherited from IVsIntellisenseLangTip.)

System_CAPS_pubmethodScrollUp()

Scrolls to the previous overload of the method.(Inherited from IVsIntellisenseLangTip.)

System_CAPS_pubmethodUpdate(IVsTipWindow^, UInt32)

Updates a language tooltip.(Inherited from IVsIntellisenseLangTip.)

System_CAPS_pubmethodUpdatePosition()

Updates the tip position.(Inherited from IVsIntellisenseLangTip.)

Return to top
Show: