共用方式為


ISmartTagSource 介面

定義為智慧標籤的資料來源。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
Public Interface ISmartTagSource _
    Inherits IDisposable
public interface ISmartTagSource : IDisposable
public interface class ISmartTagSource : IDisposable
type ISmartTagSource =  
    interface 
        interface IDisposable 
    end
public interface ISmartTagSource extends IDisposable

ISmartTagSource 類型會公開下列成員。

方法

  名稱 描述
公用方法 AugmentSmartTagSession 決定哪些SmartTagActionSet物件應納入指定ISmartTagSession
公用方法 Dispose 執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 (繼承自 IDisposable)。

回頁首

範例

如需使用此介面的範例,請參閱逐步解說: 顯示智慧標籤

請參閱

參考

Microsoft.VisualStudio.Language.Intellisense 命名空間