VsIntellisenseLangTip 接口

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

语法

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

VsIntellisenseLangTip 类型公开以下成员。

方法

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

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间