VsIntellisenseLangTipClass Class

Definition

Used to expose method tips.

C++/WinRT
[Windows::Foundation::Metadata::WebHostHidden]
class VsIntellisenseLangTipClass : Microsoft::VisualStudio::TextManager::Interop::VsIntellisenseLangTip
Inheritance
VsIntellisenseLangTipClass
Attributes
Implements

Constructors

VsIntellisenseLangTipClass()

Creates a new instance of the class.

Methods

Close(Int32)

Destroys the tip window and then deletes the tip.

Create(IVsTipWindow)

Creates the tool tip window.

GetOverloadCount(Int32)

Gets the number of overloads for the current method.

GetSizePreferences(RECT[], TIPSIZEDATA[])

Gets the size of the language tip window.

GetSizeY(Int16)

Gets the height of the tip window.

Initialize(IVsIntellisenseHost)

Initializes a language tooltip.

IsActive(Int32)

Determines whether the tip is active.

ScrollDown()

Scrolls to the next overload of the method.

ScrollUp()

Scrolls to the previous overload of the method.

Update(IVsTipWindow, UInt32)

Updates a language tool tip.

UpdatePosition()

Updates the tip position.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022