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 | |
---|---|---|
AddInPostDeploymentActionArgs | Initializes a new instance of the AddInPostDeploymentActionArgs class. |
Top
Properties
Name | Description | |
---|---|---|
AddInPath | Gets the location of the add-in. | |
ApplicationManifestXml | Gets the application manifest for the add-in. | |
DeploymentManifestXml | Gets the deployment manifest for the add-in. | |
HostManifestXml | Gets the application manifest for the host application. | |
InstallationStatus | Gets the type of add-in installation that is being performed. | |
ManifestLocation | (Inherited from AddInDeploymentArguments.) | |
PostActionManifestXml | Gets the application manifest for the post-deployment action. | |
ProductName | Gets the name of the add-in that is defined in the deployment manifest. | |
Version | Gets the version of the add-in being downloaded. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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