Udostępnij za pośrednictwem


AddInPostDeploymentActionArgs Constructor

Definition

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

Applies to