ReportingPostTimesheetAdjustedEventArgs 构造函数 (Guid, Guid)

创建ReportingPostTimesheetAdjustedEventArgs类的一个实例。

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

语法

声明
Public Sub New ( _
    timesheetGuid As Guid, _
    adjustmentGuid As Guid _
)
用法
Dim timesheetGuid As Guid
Dim adjustmentGuid As Guid

Dim instance As New ReportingPostTimesheetAdjustedEventArgs(timesheetGuid, _
    adjustmentGuid)
public ReportingPostTimesheetAdjustedEventArgs(
    Guid timesheetGuid,
    Guid adjustmentGuid
)

参数

  • timesheetGuid
    类型:System.Guid

    经调整的时间表的 GUID。

  • adjustmentGuid
    类型:System.Guid

    时间表调整的 GUID。

另请参阅

引用

ReportingPostTimesheetAdjustedEventArgs 类

ReportingPostTimesheetAdjustedEventArgs 成员

ReportingPostTimesheetAdjustedEventArgs 重载

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