IIntellisenseController 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
控制通过单个公开的一个或多个主题对象的 IntelliSense 进程 ITextBuffer ITextView 。
public interface class IIntellisenseController
public interface class IIntellisenseController
__interface IIntellisenseController
public interface IIntellisenseController
type IIntellisenseController = interface
Public Interface IIntellisenseController
示例
有关此接口的示例,请参阅 演练:显示 QuickInfo 工具提示。
方法
| ConnectSubjectBuffer(ITextBuffer) |
当新主题 ITextBuffer 出现在与关联的缓冲区图形中时调用 ITextView ,因为投影或内容类型发生了更改。 |
| Detach(ITextView) |
从指定的中分离控制器 ITextView 。 |
| DisconnectSubjectBuffer(ITextBuffer) |
当使用者 ITextBuffer 从关联的缓冲区图形中删除时调用 ITextView ,因为投影或内容类型发生了更改。 |