Partager via


AddInPostDeploymentActionArgs, constructeur

Initialise une nouvelle instance de la classe AddInPostDeploymentActionArgs.

Espace de noms :  Microsoft.VisualStudio.Tools.Applications.Deployment
Assembly :  Microsoft.VisualStudio.Tools.Applications.Runtime (dans Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • manifestLocation
    Type : System.Uri
    Obtient l'emplacement du manifeste de déploiement.
  • deploymentManifestXml
    Type : System.String
    Obtient le manifeste de déploiement du complément.
  • applicationManifestXml
    Type : System.String
    Obtient le manifeste d'application du complément.
  • hostManifestXml
    Type : System.String
    Obtient le manifeste d'application de l'application hôte.
  • postActionManifestXml
    Type : System.String
    Obtient le manifeste d'application de l'action de post-déploiement.
  • productName
    Type : System.String
    Obtient le nom du complément qui est défini dans le manifeste de déploiement.
  • version
    Type : System.String
    Obtient la version du complément qui est téléchargé.
  • addInPath
    Type : System.String
    Obtient l'emplacement du complément.

Sécurité .NET Framework

Voir aussi

Référence

AddInPostDeploymentActionArgs Classe

Microsoft.VisualStudio.Tools.Applications.Deployment, espace de noms