共用方式為


TimesheetPreSubmitEventArgs 建構函式 (Guid, String, Guid)

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

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

語法

'宣告
Public Sub New ( _
    tsUID As Guid, _
    comment As String, _
    approverUID As Guid _
)
'用途
Dim tsUID As Guid
Dim comment As String
Dim approverUID As Guid

Dim instance As New TimesheetPreSubmitEventArgs(tsUID, comment, _
    approverUID)
public TimesheetPreSubmitEventArgs(
    Guid tsUID,
    string comment,
    Guid approverUID
)

參數

  • tsUID
    類型:System.Guid

    要送出的時程表的 GUID。

  • comment
    類型:System.String

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

  • approverUID
    類型:System.Guid

    核准時程表送出之使用者的 GUID。

請參閱

參照

TimesheetPreSubmitEventArgs 類別

TimesheetPreSubmitEventArgs 成員

TimesheetPreSubmitEventArgs 多載

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