DeploymentStepFailedEventArgs 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 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.