共用方式為


IExtension 介面

包含從 VSIX 資訊清單的中繼資料。

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

語法

'宣告
Public Interface IExtension
public interface IExtension
public interface class IExtension
type IExtension =  interface end
public interface IExtension

IExtension 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 AdditionalElements
公用屬性 Content 在延伸中的內容。
公用屬性 Header 包含在 'Identifier' 的節點中副檔名為中繼資料。
公用屬性 LocalizedAdditionalElements
公用屬性 References 延伸的相依性的集合。
公用屬性 SchemaVersion
公用屬性 Targets
公用屬性 Type

回頁首

方法

  名稱 描述
公用方法 IsProductSupported

回頁首

備註

雖然這個 API 支援擴充管理員的基礎結構,建議您不要使用它因為它有可能變更。

一般而言,在每一個都包含 VSIX 來容納它的中繼資料資訊清單檔的 VSIX 套件部署延伸模組。 如需有關擴充部署的詳細資訊,請參閱Visual Studio 擴充功能部署

如需有關的資訊清單檔的 VSIX 結構的詳細資訊,請參閱VSIX 擴充結構描述參考

請參閱

參考

Microsoft.VisualStudio.ExtensionManager 命名空間