VsMethodTipWindow Interface

Definition

Provides a method tip window for an item in a language service.

C++/CX
public interface class VsMethodTipWindow : Microsoft::VisualStudio::TextManager::Interop::IVsMethodTipWindow
Derived
Attributes
Implements

Methods

Dismiss()

Closes the ToolTip window.

(Inherited from IVsTipWindow)
GetContextStream(Int32, Int32)

Returns the position of the text the ToolTip should not obscure and over which the cursor can be held before the ToolTip is closed.

(Inherited from IVsTipWindow)
GetSizePreferences(RECT[], TIPSIZEDATA[])

Gets the size preferences for the ToolTip window.

(Inherited from IVsTipWindow)
Paint(IntPtr, RECT[])

Paints the ToolTip window.

(Inherited from IVsTipWindow)
SetMethodData(IVsMethodData)

Sets method data to display in the method tip window and releases previous method data.

(Inherited from IVsMethodTipWindow)
WndProc(IntPtr, UInt32, IntPtr, IntPtr)

Event handler for the tip window.

(Inherited from IVsTipWindow)

Applies to

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