AddInDownloadProgressChangedArgs 构造函数

This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.

命名空间:  Microsoft.VisualStudio.Tools.Applications.Deployment
程序集:  Microsoft.VisualStudio.Tools.Applications.Runtime(在 Microsoft.VisualStudio.Tools.Applications.Runtime.dll 中)

语法

声明
Public Sub New ( _
    manifest As Uri, _
    productName As String, _
    state As ClickOnceAddInDownloadProgressState, _
    bytesDownloaded As Long, _
    totalBytesToDownload As Long, _
    percentageComplete As Integer _
)
public AddInDownloadProgressChangedArgs(
    Uri manifest,
    string productName,
    ClickOnceAddInDownloadProgressState state,
    long bytesDownloaded,
    long totalBytesToDownload,
    int percentageComplete
)

参数

.NET Framework 安全性

请参见

参考

AddInDownloadProgressChangedArgs 类

Microsoft.VisualStudio.Tools.Applications.Deployment 命名空间