IIntellisenseController 接口

为通过单个 ITextView 公开的一个或多个主题 ITextBuffer 对象控制 IntelliSense 进程。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
Public Interface IIntellisenseController
public interface IIntellisenseController
public interface class IIntellisenseController
type IIntellisenseController =  interface end
public interface IIntellisenseController

IIntellisenseController 类型公开以下成员。

方法

  名称 说明
公共方法 ConnectSubjectBuffer 当新主题 ITextBuffer 因投影或内容类型更改而出现在 ITextView 的关联缓冲区图形中时调用。
公共方法 Detach 从指定的 ITextView 中分离控制器。
公共方法 DisconnectSubjectBuffer 当主题 ITextBuffer 因投影或内容类型更改而从 ITextView 的关联缓冲区图形中移除时调用。

页首

示例

有关此接口的示例,请参见 演练:显示以前的工具提示

请参阅

参考

Microsoft.VisualStudio.Language.Intellisense 命名空间