IVsMethodTipWindow3 接口

IVsMethodTipWindowIVsMethodTipWindow2 接口提供的其他方法。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.10.0(在 Microsoft.VisualStudio.TextManager.Interop.10.0.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("5C17E526-0F7B-40FC-8E94-E12ADC618A02")> _
Public Interface IVsMethodTipWindow3
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("5C17E526-0F7B-40FC-8E94-E12ADC618A02")]
public interface IVsMethodTipWindow3
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"5C17E526-0F7B-40FC-8E94-E12ADC618A02")]
public interface class IVsMethodTipWindow3
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("5C17E526-0F7B-40FC-8E94-E12ADC618A02")>]
type IVsMethodTipWindow3 =  interface end
public interface IVsMethodTipWindow3

IVsMethodTipWindow3 类型公开以下成员。

方法

  名称 说明
公共方法 GetMethodData 在方法提示窗口中获取的方法显示数据。

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间