IDeploymentStepInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains information about a deployment step for SharePoint projects.
public interface class IDeploymentStepInfo
public interface IDeploymentStepInfo
type IDeploymentStepInfo = interface
Public Interface IDeploymentStepInfo
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.
Properties
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. |