DeploymentStepFailedEventArgs Class

Definition

Represents the event argument class used for the DeploymentStepFailed event.

public ref class DeploymentStepFailedEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectItemEventArgs
public class DeploymentStepFailedEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectItemEventArgs
type DeploymentStepFailedEventArgs = class
    inherit SharePointProjectItemEventArgs
Public Class DeploymentStepFailedEventArgs
Inherits SharePointProjectItemEventArgs
Inheritance
DeploymentStepFailedEventArgs

Constructors

DeploymentStepFailedEventArgs(ISharePointProjectItem, IDeploymentStepInfo, ISharePointProjectItemDeploymentContext)

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

Properties

DeploymentContext

Gets or sets the current deployment context.

DeploymentStepInfo

Gest or sets the deployment step that just failed.

ProjectItem

Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised.

(Inherited from SharePointProjectItemEventArgs)

Applies to