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 命名空間