ISharePointProjectService.DeploymentSteps Property

Definition

Gets the list of installed deployment steps found in the extensions catalog.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentStepInfo ^> ^ DeploymentSteps { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::SharePoint::Deployment::IDeploymentStepInfo ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentStepInfo> DeploymentSteps { get; }
member this.DeploymentSteps : seq<Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentStepInfo>
Public ReadOnly Property DeploymentSteps As IEnumerable(Of IDeploymentStepInfo)

Property Value

A collection of deployment steps.

Remarks

Some of the properties of IDeploymentStepInfo are not initialized until the step is run.

Applies to