共用方式為


TimesheetPreReviewEventArgs 建構函式 (Guid, Guid, Guid, String, TimesheetEnum.Action)

建立類別的執行個體TimesheetPreReviewEventArgs ;在內部使用。

命名空間:  Microsoft.Office.Project.Server.Events
組件:  Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

語法

'宣告
Public Sub New ( _
    tsUID As Guid, _
    approverUID As Guid, _
    nextApproverUID As Guid, _
    comment As String, _
    action As TimesheetEnum.Action _
)
'用途
Dim tsUID As Guid
Dim approverUID As Guid
Dim nextApproverUID As Guid
Dim comment As String
Dim action As TimesheetEnum.Action

Dim instance As New TimesheetPreReviewEventArgs(tsUID, approverUID, _
    nextApproverUID, comment, action)
public TimesheetPreReviewEventArgs(
    Guid tsUID,
    Guid approverUID,
    Guid nextApproverUID,
    string comment,
    TimesheetEnum.Action action
)

參數

  • tsUID
    類型:System.Guid

    是要檢閱的時程表的 GUID。

  • approverUID
    類型:System.Guid

    核准時程表檢閱使用者的 GUID。

  • nextApproverUID
    類型:System.Guid

    核准時程表檢閱其他使用者的 GUID。

  • comment
    類型:System.String

    傳送與事件之前的那個時程表檢閱註解。

請參閱

參照

TimesheetPreReviewEventArgs 類別

TimesheetPreReviewEventArgs 成員

TimesheetPreReviewEventArgs 多載

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