DeploymentStepStartedEventArgs Constructor

Definition

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

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

Parameters

projectItem
ISharePointProjectItem

An instance of the project item.

deploymentStepInfo
IDeploymentStepInfo

The deployment step being started.

deploymentContext
ISharePointProjectItemDeploymentContext

The deployment context of the current deployment session.

conflicts
IDeploymentConflictCollection

The collection of deployment conflicts that can be used to report deployment conflicts.

Applies to