用于显示方法提示。
命名空间: 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 | 更新提示位置。 |
页首