共用方式為


IDeploymentConfiguration.RetractionSteps 屬性

步驟清單,這些步驟會在這個部署組態屬於專案現用組態,而且專案要撤銷時執行。

命名空間:  Microsoft.VisualStudio.SharePoint.Deployment
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

'宣告
ReadOnly Property RetractionSteps As IList(Of String)
IList<string> RetractionSteps { get; }

屬性值

型別:System.Collections.Generic.IList<String>
表示部署撤銷步驟清單的物件。

.NET Framework 安全性

請參閱

參考

IDeploymentConfiguration 介面

Microsoft.VisualStudio.SharePoint.Deployment 命名空間