Provides access to the root Install directory of an installed extension.
Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
声明
Public Interface IInstalledExtension _
    Inherits IExtension
public interface IInstalledExtension : IExtension
public interface class IInstalledExtension : IExtension
type IInstalledExtension =  
    interface
        interface IExtension
    end
public interface IInstalledExtension extends IExtension
The IInstalledExtension type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Content | The content in an extension. (Inherited from IExtension.) | 
| .gif) | Header | Contains the metadata in the 'Identifier' node of an extension. (Inherited from IExtension.) | 
| .gif) | InstalledOn | The time when the extension was installed. | 
| .gif) | InstalledPerMachine | Specifies whether the extension is installed on a per-machine basis. | 
| .gif) | InstallPath | The root Install directory of the extension. | 
| .gif) | References | A collection of the dependencies of an extension. (Inherited from IExtension.) | 
| .gif) | SchemaVersion | (Inherited from IExtension.) | 
| .gif) | SizeInBytes | The size of the InstallPath directory of the extension. | 
| .gif) | State | The current state of the installed extension. | 
| .gif) | Type | (Inherited from IExtension.) | 
Top
Remarks
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.