IVsExternalCompletionSet 接口

引发 IntelliSense 完成安装的函数用于非文本视图编辑器。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("373A9399-FDF5-4F64-8866-E14B7F2CFFF7")> _
Public Interface IVsExternalCompletionSet
[InterfaceTypeAttribute()]
[GuidAttribute("373A9399-FDF5-4F64-8866-E14B7F2CFFF7")]
public interface IVsExternalCompletionSet
[InterfaceTypeAttribute()]
[GuidAttribute(L"373A9399-FDF5-4F64-8866-E14B7F2CFFF7")]
public interface class IVsExternalCompletionSet
[<InterfaceTypeAttribute()>]
[<GuidAttribute("373A9399-FDF5-4F64-8866-E14B7F2CFFF7")>]
type IVsExternalCompletionSet =  interface end
public interface IVsExternalCompletionSet

IVsExternalCompletionSet 类型公开以下成员。

方法

  名称 说明
公共方法 SetIntellisenseHost 设置控件来显示列表中的 IntelliSense 宿主。
公共方法 UpdateCompSet 设置更新的完成。

页首

备注

此接口用于强制完成的更新在显示之前列表,并将显示完成的 IntelliSense 宿主列表。 通过允许 IntelliSense 宿主已更改,对于完成列表可用于多个视图上下文,也就是说,编辑或工具窗口。

对实现者的说明

此接口。 IVsCompletionSet 实现接口的同一个类中实现。

对调用者的说明

获取此接口通过调用 IVsCompletionSet 对象的 QueryInterface 方法或通过转换为 IVsExternalCompletionSet 接口的 IVsCompletionSet 对象。 IVsCompletionSet 对象通常通过调用文本视图到 IVsTextViewEx 接口的 InvokeInsertionUI 方法。

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间