DeploymentStepCanceledEventArgs 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 DeploymentStepCanceledEventArgs class with the provided instance of the ISharePointProjectItem, deployment step info and deployment context.
public:
DeploymentStepCanceledEventArgs(Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^ projectItem, Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentStepInfo ^ deploymentStepInfo, Microsoft::VisualStudio::SharePoint::Deployment::ISharePointProjectItemDeploymentContext ^ deploymentContext);
public DeploymentStepCanceledEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProjectItem projectItem, Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentStepInfo deploymentStepInfo, Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContext deploymentContext);
new Microsoft.VisualStudio.SharePoint.DeploymentStepCanceledEventArgs : Microsoft.VisualStudio.SharePoint.ISharePointProjectItem * Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentStepInfo * Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContext -> Microsoft.VisualStudio.SharePoint.DeploymentStepCanceledEventArgs
Public Sub New (projectItem As ISharePointProjectItem, deploymentStepInfo As IDeploymentStepInfo, deploymentContext As ISharePointProjectItemDeploymentContext)
Parameters
- projectItem
- ISharePointProjectItem
The instance of the ISharePointProjectItem.
- deploymentStepInfo
- IDeploymentStepInfo
The deployment step that just canceled.
- deploymentContext
- ISharePointProjectItemDeploymentContext
The deployment context of the current deployment session.