AddInDownloadProgressChangedArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
AddInDownloadProgressChangedArgs(Uri ^ manifest, System::String ^ productName, Microsoft::VisualStudio::Tools::Applications::Deployment::ClickOnceAddInDownloadProgressState state, long bytesDownloaded, long totalBytesToDownload, int percentageComplete);
public AddInDownloadProgressChangedArgs (Uri manifest, string productName, Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDownloadProgressState state, long bytesDownloaded, long totalBytesToDownload, int percentageComplete);
new Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs : Uri * string * Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDownloadProgressState * int64 * int64 * int -> Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDownloadProgressChangedArgs
Public Sub New (manifest As Uri, productName As String, state As ClickOnceAddInDownloadProgressState, bytesDownloaded As Long, totalBytesToDownload As Long, percentageComplete As Integer)
Parameters
- manifest
- Uri
- productName
- String
- bytesDownloaded
- Int64
- totalBytesToDownload
- Int64
- percentageComplete
- Int32