DeploymentStepCanceledEventArgs Constructor

Definition

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);

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.

Applies to