AddInPostDeploymentActionArgs Class

The arguments passed to a class that implements IAddInPostDeploymentAction.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.Deployment.AddInDeploymentArguments
    Microsoft.VisualStudio.Tools.Applications.Deployment.AddInPostDeploymentActionArgs

Namespace:  Microsoft.VisualStudio.Tools.Applications.Deployment
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class AddInPostDeploymentActionArgs _
    Inherits AddInDeploymentArguments
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class AddInPostDeploymentActionArgs : AddInDeploymentArguments

The AddInPostDeploymentActionArgs type exposes the following members.

Constructors

  Name Description
Public method AddInPostDeploymentActionArgs Initializes a new instance of the AddInPostDeploymentActionArgs class.

Top

Properties

  Name Description
Public property AddInPath Gets the location of the add-in.
Public property ApplicationManifestXml Gets the application manifest for the add-in.
Public property DeploymentManifestXml Gets the deployment manifest for the add-in.
Public property HostManifestXml Gets the application manifest for the host application.
Public property InstallationStatus Gets the type of add-in installation that is being performed.
Public property ManifestLocation (Inherited from AddInDeploymentArguments.)
Public property PostActionManifestXml Gets the application manifest for the post-deployment action.
Public property ProductName Gets the name of the add-in that is defined in the deployment manifest.
Public property Version Gets the version of the add-in being downloaded.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Tools.Applications.Deployment Namespace