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