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 | |
---|---|---|
Description | Gets or sets the description of the deployment step. | |
Id | Gets or sets the ID of the deployment step. | |
IsReadOnly | Gets a value that indicates whether the IDeploymentStepInfo object is read-only. | |
Name | Gets or sets the name of the deployment step. | |
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.