DownloadProgressChangedEventArgs Class
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
System::EventArgs
System.ComponentModel::ProgressChangedEventArgs
Microsoft.VisualStudio.ExtensionManager::DownloadProgressChangedEventArgs
| Name | Description | |
|---|---|---|
![]() | DownloadProgressChangedEventArgs(Int64, Int64, Int32, Object^) | Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change. |
| Name | Description | |
|---|---|---|
![]() | BytesReceived | Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change. |
![]() | ProgressPercentage | (Inherited from ProgressChangedEventArgs.) |
![]() | TotalBytesToReceive | Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change. |
![]() | 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


