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