IInstalledExtension Interface
Provides access to the root Install directory of an installed 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.) |
![]() | InstalledOn | The time when the extension was installed. |
![]() | InstalledPerMachine | Specifies whether the extension is installed on a per-machine basis. |
![]() | InstallPath | The root Install directory of the extension. |
![]() | IsPackComponent | |
![]() | LocalizedAdditionalElements | (Inherited from IExtension.) |
![]() | References | A collection of the dependencies of an extension.(Inherited from IExtension.) |
![]() | SchemaVersion | (Inherited from IExtension.) |
![]() | SizeInBytes | The size of the InstallPath directory of the extension. |
![]() | State | The current state of the installed 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.

