共用方式為


ICompletionSource 介面

提供指定內容型別的完成。

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

語法

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

ICompletionSource 類型會公開下列成員。

方法

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

回頁首

範例

如需這個介面的範例,請參閱逐步解說: 顯示陳述式完成

請參閱

參考

Microsoft.VisualStudio.Language.Intellisense 命名空間