DeploymentStepCompletedEventArgs 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 DeploymentStepCompleted event.
public ref class DeploymentStepCompletedEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectItemEventArgs
public class DeploymentStepCompletedEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectItemEventArgs
type DeploymentStepCompletedEventArgs = class
inherit SharePointProjectItemEventArgs
Public Class DeploymentStepCompletedEventArgs
Inherits SharePointProjectItemEventArgs
- Inheritance
Constructors
DeploymentStepCompletedEventArgs(ISharePointProjectItem, IDeploymentStepInfo, ISharePointProjectItemDeploymentContext) |
Initializes a new instance of the DeploymentStepCompletedEventArgs class with the provided instance of the ISharePointProjectItem, deployment step info and deployment context. |
Properties
DeploymentContext |
Gets the current deployment context. |
DeploymentStepInfo |
Gets the deployment step that just completed. |
ProjectItem |
Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised. (Inherited from SharePointProjectItemEventArgs) |