IQuickInfoSource 接口

表示一个快速信息提供程序,用作快速信息提供程序信息文本缓冲区的。

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

语法

声明
Public Interface IQuickInfoSource _
    Inherits IDisposable
public interface IQuickInfoSource : IDisposable
public interface class IQuickInfoSource : IDisposable
type IQuickInfoSource =  
    interface 
        interface IDisposable 
    end
public interface IQuickInfoSource extends IDisposable

IQuickInfoSource 类型公开以下成员。

方法

  名称 说明
公共方法 AugmentQuickInfoSession 确定快速信息内容哪些部分应为指定的 IQuickInfoSession的一部分。
公共方法 Dispose 执行与释放或重置非托管资源关联的应用程序定义的任务。 (继承自 IDisposable。)

页首

示例

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

请参阅

参考

Microsoft.VisualStudio.Language.Intellisense 命名空间