DeploymentStepIds Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the IDs of deployment steps that are included with Visual Studio.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.SharePoint.Deployment.DeploymentStepIds
Namespace: Microsoft.VisualStudio.SharePoint.Deployment
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public NotInheritable Class DeploymentStepIds
public static class DeploymentStepIds
The DeploymentStepIds type exposes the following members.
Fields
Name | Description | |
---|---|---|
ActivateFeatures | Specifies the ID of the ActivateFeatures step. | |
AddSolution | Specifies the ID of the AddSolution step. | |
InstallAppForSharePoint | Specifies the Id of the InstallAppForSharePoint step. | |
PostDeploymentCommand | Specifies the Id of the PostDeploymentCommand step. | |
PreDeploymentCommand | Specifies the ID of the PreDeploymentCommand step. | |
RecycleApplicationPool | Specifies the ID of the RecycleApplicationPool step. | |
RetractSolution | Specifies the ID of the RetractSolution step. | |
UninstallAppForSharePoint | Specifies the Id of the UninstallAppForSharePoint step. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.