Share via


DeploymentEventArgs(ISharePointProject, IDeploymentContext) Constructor

Definition

Initializes a new instance of the DeploymentEventArgs class.

public:
 DeploymentEventArgs(Microsoft::VisualStudio::SharePoint::ISharePointProject ^ project, Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentContext ^ deploymentContext);
public DeploymentEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProject project, Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentContext deploymentContext);
new Microsoft.VisualStudio.SharePoint.DeploymentEventArgs : Microsoft.VisualStudio.SharePoint.ISharePointProject * Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentContext -> Microsoft.VisualStudio.SharePoint.DeploymentEventArgs
Public Sub New (project As ISharePointProject, deploymentContext As IDeploymentContext)

Parameters

project
ISharePointProject

The project that is being deployed.

deploymentContext
IDeploymentContext

An object that provides information about the current deployment session.

Applies to