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.
- installationStatus
Type : Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus
Obtient le type d'installation de complément effectué.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AddInPostDeploymentActionArgs Classe
Microsoft.VisualStudio.Tools.Applications.Deployment, espace de noms