Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the AddInPostDeploymentActionArgs class.
Namespace: Microsoft.VisualStudio.Tools.Applications.Deployment
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
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
)
Parameters
- manifestLocation
Type: System.Uri
Gets the location of the deployment manifest.
- installationStatus
Type: Microsoft.VisualStudio.Tools.Applications.Deployment.AddInInstallationStatus
Gets the type of add-in installation that is being performed.
- deploymentManifestXml
Type: System.String
Gets the deployment manifest for the add-in.
- applicationManifestXml
Type: System.String
Gets the application manifest for the add-in.
- hostManifestXml
Type: System.String
Gets the application manifest for the host application.
- postActionManifestXml
Type: System.String
Gets the application manifest for the post-deployment action.
- productName
Type: System.String
Gets the name of the add-in that is defined in the deployment manifest.
- version
Type: System.String
Gets the version of the add-in being downloaded.
- addInPath
Type: System.String
Gets the location of the add-in.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AddInPostDeploymentActionArgs Class
Microsoft.VisualStudio.Tools.Applications.Deployment Namespace