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 メンバー