DeploymentStepStartedEventArgs Class
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.
Provides data for the DeploymentStepStarted event.
public ref class DeploymentStepStartedEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectItemEventArgs
public class DeploymentStepStartedEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectItemEventArgs
type DeploymentStepStartedEventArgs = class
inherit SharePointProjectItemEventArgs
Public Class DeploymentStepStartedEventArgs
Inherits SharePointProjectItemEventArgs
- Inheritance
Constructors
DeploymentStepStartedEventArgs(ISharePointProjectItem, IDeploymentStepInfo, ISharePointProjectItemDeploymentContext, IDeploymentConflictCollection) |
Initializes a new instance of the DeploymentStepStartedEventArgs class with the provided instance of the ISharePointProjectItem, deployment step info, deployment context, and deployment conflicts collection. |
Properties
Conflicts |
Gets a collection of deployment conflicts associated with the deployment step. |
DeploymentContext |
Gets the current deployment context. |
DeploymentStepInfo |
Gets information about the deployment step being started. |
ProjectItem |
Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised. (Inherited from SharePointProjectItemEventArgs) |