Share via


InstallCompletedEventArgs.Extension Property

The installed extension.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
Public ReadOnly Property Extension As IInstalledExtension
public IInstalledExtension Extension { get; }
public:
property IInstalledExtension^ Extension {
    IInstalledExtension^ get ();
}
member Extension : IInstalledExtension with get
function get Extension () : IInstalledExtension

Property Value

Type: Microsoft.VisualStudio.ExtensionManager.IInstalledExtension
The IInstalledExtension object that represents the installed extension.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

.NET Framework Security

See Also

Reference

InstallCompletedEventArgs Class

Microsoft.VisualStudio.ExtensionManager Namespace