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)

Syntax

'Declaration
<GuidAttribute("E9E55E72-13BC-4362-B80A-A2EB33A75809")> _
<InterfaceTypeAttribute()> _
Public Interface IVsMethodTipWindow2
[GuidAttribute("E9E55E72-13BC-4362-B80A-A2EB33A75809")]
[InterfaceTypeAttribute()]
public interface IVsMethodTipWindow2
[GuidAttribute(L"E9E55E72-13BC-4362-B80A-A2EB33A75809")]
[InterfaceTypeAttribute()]
public interface class IVsMethodTipWindow2
[<GuidAttribute("E9E55E72-13BC-4362-B80A-A2EB33A75809")>]
[<InterfaceTypeAttribute()>]
type IVsMethodTipWindow2 =  interface end
public interface IVsMethodTipWindow2

The IVsMethodTipWindow2 type exposes the following members.

Methods

  Name Description
Public method GetOverloadCount Gets the number of overloads of the current method.
Public method NextMethod Moves the tip window to the next method.
Public method PrevMethod Moves the tooltip to the previous method.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace