AddInDownloadProgressChangedArgs Class

Definition

public ref class AddInDownloadProgressChangedArgs : Microsoft::VisualStudio::Tools::Applications::Deployment::AddInDeploymentArguments
public class AddInDownloadProgressChangedArgs : Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDeploymentArguments
type AddInDownloadProgressChangedArgs = class
    inherit AddInDeploymentArguments
Public Class AddInDownloadProgressChangedArgs
Inherits AddInDeploymentArguments
Inheritance
Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDeploymentArguments
AddInDownloadProgressChangedArgs

Constructors

AddInDownloadProgressChangedArgs(Uri, String, ClickOnceAddInDownloadProgressState, Int64, Int64, Int32)

Properties

BytesDownloaded
PercentageComplete
ProductName
State
TotalBytesToDownload

Applies to