IVsMethodTipWindow2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional methods for the IVsMethodTipWindow interface.
public interface class IVsMethodTipWindow2
public interface class IVsMethodTipWindow2
__interface IVsMethodTipWindow2
[System.Runtime.InteropServices.Guid("E9E55E72-13BC-4362-B80A-A2EB33A75809")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsMethodTipWindow2
[System.Runtime.InteropServices.Guid("E9E55E72-13BC-4362-B80A-A2EB33A75809")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsMethodTipWindow2
[<System.Runtime.InteropServices.Guid("E9E55E72-13BC-4362-B80A-A2EB33A75809")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsMethodTipWindow2 = interface
[<System.Runtime.InteropServices.Guid("E9E55E72-13BC-4362-B80A-A2EB33A75809")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsMethodTipWindow2 = interface
Public Interface IVsMethodTipWindow2
- Attributes
Methods
GetOverloadCount(Int32) |
Gets the number of overloads of the current method. |
NextMethod(Int32) |
Moves the tip window to the next method. |
PrevMethod(Int32) |
Moves the tooltip to the previous method. |