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