IDeploymentConfiguration 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.
Represents a deployment configuration for SharePoint projects.
public interface class IDeploymentConfiguration
public interface IDeploymentConfiguration
type IDeploymentConfiguration = interface
Public Interface IDeploymentConfiguration
Remarks
A deployment configuration is a set of deployment steps that is executed for a given project. Every deployment configuration includes one set of steps that is executed when the project is deployed, and another set that is executed when the project is retracted. Visual Studio includes two built-in deployment configurations, but you can also create your own. When you create a deployment configuration, you can include built-in deployment steps and deployment steps that you create. For more information, see Extending SharePoint Packaging and Deployment.
Properties
DeploymentSteps |
Gets a list of steps that are executed when this deployment configuration is the active configuration in a project, and the project is deployed. |
Description |
Gets or sets the localized description of the deployment configuration. |
DisplayName |
Gets or sets the localized display name of the deployment configuration. |
Name |
Gets the name of the deployment configuration. |
RetractionSteps |
Gets a list of steps that are executed when this deployment configuration is the active configuration in a project, and the project is retracted. |