InstallCompletedEventArgs Class
Event arguments consumed by the InstallCompleted event.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
System::EventArgs
System.ComponentModel::AsyncCompletedEventArgs
Microsoft.VisualStudio.ExtensionManager::InstallCompletedEventArgs
| Name | Description | |
|---|---|---|
![]() | InstallCompletedEventArgs(IInstalledExtension^, InstallState, Boolean, Exception^, Boolean, Object^) | Creates a InstallCompletedEventArgs object. |
| Name | Description | |
|---|---|---|
![]() | Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() | Error | (Inherited from AsyncCompletedEventArgs.) |
![]() | Extension | The installed extension. |
![]() | RestartRequired | States whether a restart is required. |
![]() | State | |
![]() | UserState | (Inherited from AsyncCompletedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RaiseExceptionIfNecessary() | (Inherited from AsyncCompletedEventArgs.) |
![]() | ToString() | (Inherited from Object.) |
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


