次の方法で共有


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 名前空間