Share via


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.Uri

    Gets the location of the deployment manifest.

  • deploymentManifestXml
    Type: System.String

    Gets the deployment manifest for the add-in.

  • applicationManifestXml
    Type: System.String

    Gets the application manifest for the add-in.

  • hostManifestXml
    Type: System.String

    Gets the application manifest for the host application.

  • postActionManifestXml
    Type: System.String

    Gets the application manifest for the post-deployment action.

  • productName
    Type: System.String

    Gets the name of the add-in that is defined in the deployment manifest.

  • version
    Type: System.String

    Gets the version of the add-in being downloaded.

.NET Framework Security

See Also

Reference

AddInPostDeploymentActionArgs Class

Microsoft.VisualStudio.Tools.Applications.Deployment Namespace