DeploymentEventArgs(ISharePointProject, IDeploymentContext) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.