Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
![]() ![]() |
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. |
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.