次の方法で共有


TimesheetPreRecallEventArgs コンストラクター (Guid, Guid)

TimesheetPreRecallEventArgsクラスのインスタンスが作成されます。内部的に使用されます。

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public Sub New ( _
    tsUID As Guid, _
    resUID As Guid _
)
'使用
Dim tsUID As Guid
Dim resUID As Guid

Dim instance As New TimesheetPreRecallEventArgs(tsUID, resUID)
public TimesheetPreRecallEventArgs(
    Guid tsUID,
    Guid resUID
)

パラメーター

  • tsUID
    型: System.Guid

    取り消すには、タイムシートの GUID を指定します。

  • resUID
    型: System.Guid

    タイムシートを取り消すには作成者の GUID を指定します。

関連項目

参照先

TimesheetPreRecallEventArgs クラス

TimesheetPreRecallEventArgs メンバー

TimesheetPreRecallEventArgs オーバーロード

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