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