StatusDelegateTaskPostEventArgs 构造函数 (, DateTime, String)
创建类实例的StatusDelegateTaskPostEventArgs ;在内部使用。
命名空间: Microsoft.Office.Project.Server.Events
程序集: Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
语法
声明
Public Sub New ( _
assignmentDataSet As DelegationDataSet, _
startdate As DateTime, _
comment As String _
)
用法
Dim assignmentDataSet As DelegationDataSet
Dim startdate As DateTime
Dim comment As String
Dim instance As New StatusDelegateTaskPostEventArgs(assignmentDataSet, _
startdate, comment)
public StatusDelegateTaskPostEventArgs(
DelegationDataSet assignmentDataSet,
DateTime startdate,
string comment
)
参数
assignmentDataSet
类型:DelegationDataSet数据集包含有关委托分配的信息。
startdate
类型:System.DateTime委派的任务的开始日期。
comment
类型:System.String任务委派发送注释。
另请参阅
引用
StatusDelegateTaskPostEventArgs 类
StatusDelegateTaskPostEventArgs 成员