DeploymentStepCompletedEventArgs Class
Provides data for the DeploymentStepCompleted event.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
System::EventArgs
Microsoft.VisualStudio.SharePoint::SharePointProjectItemEventArgs
Microsoft.VisualStudio.SharePoint::DeploymentStepCompletedEventArgs
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


