ISharePointProjectService.DeploymentSteps Property
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.
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.