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傳送與事件之前的那個時程表檢閱註解。
action
類型:Microsoft.Office.Project.Server.Library.TimesheetEnum.Action會指出哪一個時程表巨集指令的列舉值是要執行。
請參閱
參照
TimesheetPreReviewEventArgs 類別
TimesheetPreReviewEventArgs 成員