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 成员