IVsMethodTipWindow2 Interface

 

Provides additional methods for the IVsMethodTipWindow interface.

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

[GuidAttribute("E9E55E72-13BC-4362-B80A-A2EB33A75809")]
[InterfaceTypeAttribute(1)]
public interface IVsMethodTipWindow2

NameDescription
System_CAPS_pubmethodGetOverloadCount(Int32)

Gets the number of overloads of the current method.

System_CAPS_pubmethodNextMethod(Int32)

Moves the tip window to the next method.

System_CAPS_pubmethodPrevMethod(Int32)

Moves the tooltip to the previous method.

Return to top
Show: