InstallProgressChangedEventArgs Class
Visual Studio 2015
Event arguments consumed by the InstallProgressChanged event.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
System::Object
System::EventArgs
System.ComponentModel::ProgressChangedEventArgs
Microsoft.VisualStudio.ExtensionManager::InstallProgressChangedEventArgs
System::EventArgs
System.ComponentModel::ProgressChangedEventArgs
Microsoft.VisualStudio.ExtensionManager::InstallProgressChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | InstallProgressChangedEventArgs(Boolean, Int32, Object^) | Creates an InstallProgressChangedEventArgs object. |
| Name | Description | |
|---|---|---|
![]() | ProgressPercentage | (Inherited from ProgressChangedEventArgs.) |
![]() | Uninstalling | Indicates whether the event is fired by an uninstall operation or an install operation. |
![]() | UserState | (Inherited from ProgressChangedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.
Show:


