DeploymentStepFailedEventArgs Constructor

Definition

Initializes a new instance of the DeploymentStepFailedEventArgs class with the provided instance of the ISharePointProjectItem, deployment step info and deployment context.

public:
 DeploymentStepFailedEventArgs(Microsoft::VisualStudio::SharePoint::ISharePointProjectItem ^ projectItem, Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentStepInfo ^ deploymentStepInfo, Microsoft::VisualStudio::SharePoint::Deployment::ISharePointProjectItemDeploymentContext ^ deploymentContext);
public DeploymentStepFailedEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProjectItem projectItem, Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentStepInfo deploymentStepInfo, Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContext deploymentContext);
new Microsoft.VisualStudio.SharePoint.DeploymentStepFailedEventArgs : Microsoft.VisualStudio.SharePoint.ISharePointProjectItem * Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentStepInfo * Microsoft.VisualStudio.SharePoint.Deployment.ISharePointProjectItemDeploymentContext -> Microsoft.VisualStudio.SharePoint.DeploymentStepFailedEventArgs
Public Sub New (projectItem As ISharePointProjectItem, deploymentStepInfo As IDeploymentStepInfo, deploymentContext As ISharePointProjectItemDeploymentContext)

Parameters

projectItem
ISharePointProjectItem

The instance of the DeploymentStepFailedEventArgs.

deploymentStepInfo
IDeploymentStepInfo

Deployment step that just failed.

deploymentContext
ISharePointProjectItemDeploymentContext

Deployment context of the current deployment session.

Applies to