共用方式為


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 執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 (繼承自 IDisposable)。

回頁首

範例

如需使用此介面的範例,請參閱逐步解說: 顯示 QuickInfo 的工具提示

請參閱

參考

Microsoft.VisualStudio.Language.Intellisense 命名空間