DeploymentEventArgs(ISharePointProject, IDeploymentContext) 构造函数

定义

初始化 DeploymentEventArgs 类的新实例。

public DeploymentEventArgs (Microsoft.VisualStudio.SharePoint.ISharePointProject project, Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentContext deploymentContext);

参数

project
ISharePointProject

要部署的项目。

deploymentContext
IDeploymentContext

可提供有关当前部署会话的信息的对象。

适用于