ISharePointProjectService.DeploymentSteps 属性

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

命名空间:  Microsoft.VisualStudio.SharePoint
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
ReadOnly Property DeploymentSteps As IEnumerable(Of IDeploymentStepInfo)
    Get
IEnumerable<IDeploymentStepInfo> DeploymentSteps { get; }

属性值

类型:System.Collections.Generic.IEnumerable<IDeploymentStepInfo>
部署步骤的集合。

备注

IDeploymentStepInfo 的某些属性直到在运行该步骤才初始化。

.NET Framework 安全性

请参见

参考

ISharePointProjectService 接口

Microsoft.VisualStudio.SharePoint 命名空间