ReportingPostProjectWorkflowInformationChangedEventArgs 构造函数 (Guid, Guid, Guid)

创建类实例的ReportingPostProjectWorkflowInformationChangedEventArgs ;在内部使用。

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Sub New ( _
    projectGuid As Guid, _
    crtStageUid As Guid, _
    newEptUid As Guid _
)
用法
Dim projectGuid As Guid
Dim crtStageUid As Guid
Dim newEptUid As Guid

Dim instance As New ReportingPostProjectWorkflowInformationChangedEventArgs(projectGuid, _
    crtStageUid, newEptUid)
public ReportingPostProjectWorkflowInformationChangedEventArgs(
    Guid projectGuid,
    Guid crtStageUid,
    Guid newEptUid
)

参数

  • crtStageUid
    类型:System.Guid

    项目工作流的当前阶段的 GUID。

  • newEptUid
    类型:System.Guid

    新的企业项目类型的 GUID。

另请参阅

引用

ReportingPostProjectWorkflowInformationChangedEventArgs 类

ReportingPostProjectWorkflowInformationChangedEventArgs 成员

ReportingPostProjectWorkflowInformationChangedEventArgs 重载

Microsoft.Office.Project.Server.Events 命名空间