AddInPostDeploymentActionArgs 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:
AddInPostDeploymentActionArgs(Uri ^ manifestLocation, Microsoft::VisualStudio::Tools::Applications::Deployment::AddInInstallationStatus installationStatus, System::String ^ deploymentManifestXml, System::String ^ applicationManifestXml, System::String ^ hostManifestXml, System::String ^ postActionManifestXml, System::String ^ productName, System::String ^ version, System::String ^ addInPath);
public AddInPostDeploymentActionArgs (Uri manifestLocation, Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus installationStatus, string deploymentManifestXml, string applicationManifestXml, string hostManifestXml, string postActionManifestXml, string productName, string version, string addInPath);
new Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs : Uri * Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus * string * string * string * string * string * string * string -> Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs
Public Sub New (manifestLocation As Uri, installationStatus As AddInInstallationStatus, deploymentManifestXml As String, applicationManifestXml As String, hostManifestXml As String, postActionManifestXml As String, productName As String, version As String, addInPath As String)
Parameters
- manifestLocation
- Uri
- installationStatus
- AddInInstallationStatus
- deploymentManifestXml
- String
- applicationManifestXml
- String
- hostManifestXml
- String
- postActionManifestXml
- String
- productName
- String
- version
- String
- addInPath
- String