AddInPostDeploymentActionArgs Constructor
Initializes a new instance of the AddInPostDeploymentActionArgs class.
Namespace: Microsoft.VisualStudio.Tools.Applications.Deployment
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
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 _
)
public AddInPostDeploymentActionArgs(
Uri manifestLocation,
AddInInstallationStatus installationStatus,
string deploymentManifestXml,
string applicationManifestXml,
string hostManifestXml,
string postActionManifestXml,
string productName,
string version,
string addInPath
)
Parameters
manifestLocation
Type: System.UriGets the location of the deployment manifest.
installationStatus
Type: Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatusGets the type of add-in installation that is being performed.
deploymentManifestXml
Type: System.StringGets the deployment manifest for the add-in.
applicationManifestXml
Type: System.StringGets the application manifest for the add-in.
hostManifestXml
Type: System.StringGets the application manifest for the host application.
postActionManifestXml
Type: System.StringGets the application manifest for the post-deployment action.
productName
Type: System.StringGets the name of the add-in that is defined in the deployment manifest.
version
Type: System.StringGets the version of the add-in being downloaded.
addInPath
Type: System.StringGets the location of the add-in.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AddInPostDeploymentActionArgs Class
Microsoft.VisualStudio.Tools.Applications.Deployment Namespace