IDeploymentConfiguration.RetractionSteps 属性

获取一个步骤列表,其中包含在将此部署配置用作项目的活动配置时,撤消项目会执行的步骤。

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

语法

声明
ReadOnly Property RetractionSteps As IList(Of String)
    Get
IList<string> RetractionSteps { get; }

属性值

类型:System.Collections.Generic.IList<String>
一个表示部署撤消步骤的列表的对象。

.NET Framework 安全性

请参见

参考

IDeploymentConfiguration 接口

Microsoft.VisualStudio.SharePoint.Deployment 命名空间