VsIntellisenseCompletor 接口

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

语法

声明
<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")> _
Public Interface VsIntellisenseCompletor _
    Inherits IVsIntellisenseCompletor
[GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface VsIntellisenseCompletor : IVsIntellisenseCompletor
[GuidAttribute(L"05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface class VsIntellisenseCompletor : IVsIntellisenseCompletor
[<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type VsIntellisenseCompletor =  
    interface 
        interface IVsIntellisenseCompletor 
    end
public interface VsIntellisenseCompletor extends IVsIntellisenseCompletor

VsIntellisenseCompletor 类型公开以下成员。

方法

  名称 说明
公共方法 Exec(Guid%, UInt32, UInt32, Object%, Object%) (继承自 IVsIntellisenseCompletor。)
公共方法 GetCompletionSpan 返回 completor 范围。 (继承自 IVsIntellisenseCompletor。)
公共方法 GetHeight 获取 IntelliSense completor 的高度。 (继承自 IVsIntellisenseCompletor。)
公共方法 GetWidth 获取 completor 宽度。 (继承自 IVsIntellisenseCompletor。)
公共方法 GetWindowHandle 具有处理 completor 窗口。 (继承自 IVsIntellisenseCompletor。)
公共方法 Hide 隐藏 IntelliSense completor。 (继承自 IVsIntellisenseCompletor。)
公共方法 Initialize 初始化 IntelliSense completor。 (继承自 IVsIntellisenseCompletor。)
公共方法 IsActive 确定 completor 是否处于活动状态。 (继承自 IVsIntellisenseCompletor。)
公共方法 QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) (继承自 IVsIntellisenseCompletor。)
公共方法 SetLocation 设置 completor 位置。 (继承自 IVsIntellisenseCompletor。)
公共方法 Update 更新 IntelliSense completor。 (继承自 IVsIntellisenseCompletor。)

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间