ISmartTagSourceProvider 介面
定義智慧標籤來源的提供者。
命名空間: Microsoft.VisualStudio.Language.Intellisense
組件: Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
語法
'宣告
Public Interface ISmartTagSourceProvider
public interface ISmartTagSourceProvider
public interface class ISmartTagSourceProvider
type ISmartTagSourceProvider = interface end
public interface ISmartTagSourceProvider
ISmartTagSourceProvider 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
TryCreateSmartTagSource | 嘗試建立指定緩衝區的智慧標籤來源。 |
回頁首
備註
這是將 MEF 元件組件中,並應匯出具有下列屬性:
[Export(typeof(ISmartTagSourceProvider))]
[Order…]
[Name…]
[ContentType...]
您指定ContentTypeAttribute ,這樣來源提供者必須建立緩衝區的證明,內容類型的來源和OrderAttribute來指定來源的呼叫的順序。
範例
如需使用此介面的範例,請參閱逐步解說: 顯示智慧標籤。