共用方式為


DeploymentStepStartedEventArgs 建構函式

使用提供的 ISharePointProjectItem 執行個體、部署步驟資訊、部署內容和部署衝突集合,初始化 DeploymentStepStartedEventArgs 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    projectItem As ISharePointProjectItem, _
    deploymentStepInfo As IDeploymentStepInfo, _
    deploymentContext As ISharePointProjectItemDeploymentContext, _
    conflicts As IDeploymentConflictCollection _
)
public DeploymentStepStartedEventArgs(
    ISharePointProjectItem projectItem,
    IDeploymentStepInfo deploymentStepInfo,
    ISharePointProjectItemDeploymentContext deploymentContext,
    IDeploymentConflictCollection conflicts
)

參數

.NET Framework 安全性

請參閱

參考

DeploymentStepStartedEventArgs 類別

Microsoft.VisualStudio.SharePoint 命名空間