IVsIntellisenseLangTip 接口

用于显示方法提示。

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

语法

声明
<GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")> _
<InterfaceTypeAttribute()> _
Public Interface IVsIntellisenseLangTip
[GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")]
[InterfaceTypeAttribute()]
public interface IVsIntellisenseLangTip
[GuidAttribute(L"1E34D422-7120-4D9E-96FF-E880B665D30D")]
[InterfaceTypeAttribute()]
public interface class IVsIntellisenseLangTip
[<GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")>]
[<InterfaceTypeAttribute()>]
type IVsIntellisenseLangTip =  interface end
public interface IVsIntellisenseLangTip

IVsIntellisenseLangTip 类型公开以下成员。

方法

  名称 说明
公共方法 Close 销毁提示窗口然后删除该提示。
公共方法 Create 创建工具提示窗口。
公共方法 GetOverloadCount 获取重载数当前方法的。
公共方法 GetSizePreferences 获取语言提示窗口的大小。
公共方法 GetSizeY 获取提示窗口的高度。
公共方法 Initialize 初始化语言工具提示。
公共方法 IsActive 确定该提示是否处于活动状态。
公共方法 ScrollDown 对方法的重载下滚动。
公共方法 ScrollUp 对方法的上一个重载中滚动。
公共方法 Update 更新语言工具提示。
公共方法 UpdatePosition 更新提示位置。

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间