Share via


DeploymentStepIds Class

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
Public fieldStatic member ActivateFeatures Specifies the ID of the ActivateFeatures step.
Public fieldStatic member AddSolution Specifies the ID of the AddSolution step.
Public fieldStatic member PostDeploymentCommand Specifies the Id of the PostDeploymentCommand step.
Public fieldStatic member PreDeploymentCommand Specifies the ID of the PreDeploymentCommand step.
Public fieldStatic member RecycleApplicationPool Specifies the ID of the RecycleApplicationPool step.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.SharePoint.Deployment Namespace