ISharePointProjectService.DeploymentSteps 属性

定义

获取在扩展目录中找到的安装的部署步骤的列表。

public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentStepInfo> DeploymentSteps { get; }

属性值

IEnumerable<IDeploymentStepInfo>

部署步骤的集合。

注解

IDeploymentStepInfo 运行该步骤之前,不会初始化的某些属性。

适用于