AddInPostDeploymentActionArgs (Constructor)

Inicializa una nueva instancia de la clase AddInPostDeploymentActionArgs.

Espacio de nombres:  Microsoft.VisualStudio.Tools.Applications.Deployment
Ensamblado:  Microsoft.VisualStudio.Tools.Applications.Runtime (en Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • manifestLocation
    Tipo: System.Uri
    Obtiene la ubicación del manifiesto de implementación.
  • deploymentManifestXml
    Tipo: System.String
    Obtiene el manifiesto de implementación del complemento.
  • applicationManifestXml
    Tipo: System.String
    Obtiene el manifiesto de aplicación del complemento.
  • hostManifestXml
    Tipo: System.String
    Obtiene el manifiesto de aplicación de la aplicación host.
  • postActionManifestXml
    Tipo: System.String
    Obtiene el manifiesto de aplicación de la acción posterior a la implementación.
  • productName
    Tipo: System.String
    Obtiene el nombre del complemento definido en el manifiesto de implementación.
  • version
    Tipo: System.String
    Obtiene la versión del complemento que se está descargando.
  • addInPath
    Tipo: System.String
    Obtiene la ubicación del complemento.

Seguridad de .NET Framework

Vea también

Referencia

AddInPostDeploymentActionArgs Clase

Microsoft.VisualStudio.Tools.Applications.Deployment (Espacio de nombres)