DeploymentStepStartedEventArgs Class

Definition

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
DeploymentStepStartedEventArgs

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)

Applies to