AddInManifestsDownloadedArgs 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:
AddInManifestsDownloadedArgs(Uri ^ manifest, Microsoft::VisualStudio::Tools::Applications::Deployment::AddInInstallationStatus installationStatus, System::String ^ productName, System::String ^ deploymentManifest, System::String ^ applicationManifest, System::String ^ manifestXml, System::String ^ path, System::String ^ version, Uri ^ supportUri);
public AddInManifestsDownloadedArgs (Uri manifest, Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus installationStatus, string productName, string deploymentManifest, string applicationManifest, string manifestXml, string path, string version, Uri supportUri);
new Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs : Uri * Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus * string * string * string * string * string * string * Uri -> Microsoft.VisualStudio.Tools.Applications.Deployment.AddInManifestsDownloadedArgs
Public Sub New (manifest As Uri, installationStatus As AddInInstallationStatus, productName As String, deploymentManifest As String, applicationManifest As String, manifestXml As String, path As String, version As String, supportUri As Uri)
Parameters
- manifest
- Uri
- installationStatus
- AddInInstallationStatus
- productName
- String
- deploymentManifest
- String
- applicationManifest
- String
- manifestXml
- String
- path
- String
- version
- String
- supportUri
- Uri