Share via


IDeploymentStepInfo Interface

Contains information about a deployment step for SharePoint projects.

Namespace:  Microsoft.VisualStudio.SharePoint.Deployment
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
Public Interface IDeploymentStepInfo
public interface IDeploymentStepInfo

The IDeploymentStepInfo type exposes the following members.

Properties

  Name Description
Public property Description Gets or sets the description of the deployment step.
Public property Id Gets or sets the ID of the deployment step.
Public property IsReadOnly Gets a value that indicates whether the IDeploymentStepInfo object is read-only.
Public property Name Gets or sets the name of the deployment step.
Public property StatusBarMessage Gets or sets the message that is shown in the status bar when the deployment step is executing.

Top

Remarks

Visual Studio passes an IDeploymentStepInfo object to the Initialize method of IDeploymentStep implementations. Set properties of the IDeploymentStepInfo object to specify the name, description, and other details for the deployment step.

See Also

Reference

Microsoft.VisualStudio.SharePoint.Deployment Namespace