IVsMethodTipWindow2 接口

定义

提供接口的其他方法 IVsMethodTipWindow

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(1)>]
type IVsMethodTipWindow2 = interface
Public Interface IVsMethodTipWindow2
属性

方法

GetOverloadCount(Int32)

获取当前方法的重载数。

NextMethod(Int32)

将提示窗口移到下一方法。

PrevMethod(Int32)

将工具提示移动到上一方法。

适用于