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 擴充結構描述參考。