IInstallableExtension Interface
Contains path and signature information for a VSIX package. The information may be used for installing an extension.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
| Name | Description | |
|---|---|---|
![]() | AdditionalElements | (Inherited from IExtension.) |
![]() | Content | The content in an extension.(Inherited from IExtension.) |
![]() | Header | Contains the metadata in the 'Identifier' node of an extension.(Inherited from IExtension.) |
![]() | LocalizedAdditionalElements | (Inherited from IExtension.) |
![]() | PackagePath | The path of a VSIX package file. |
![]() | References | A collection of the dependencies of an extension.(Inherited from IExtension.) |
![]() | SchemaVersion | (Inherited from IExtension.) |
![]() | SignatureCertificate | The certificate that is used to sign the extension. |
![]() | SignatureState | Denotes the presence and validity of the digital signature of the extension. |
![]() | SignedBy | The entity that signed the extension. |
![]() | Targets | (Inherited from IExtension.) |
![]() | Type | (Inherited from IExtension.) |
| Name | Description | |
|---|---|---|
![]() | IsProductSupported(String^, Version^) | (Inherited from IExtension.) |
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
IInstallableExtension inherits from IExtension, which contains the metadata from the VSIX manifest for the package. Therefore, a fully populated IInstallableExtension object includes all the information that is required to install the extension.
For more information about extension deployment in Visual Studio 2010, see PAVE Visual Studio Extension Deployment.

