StatusDelegateTaskPreEventArgs 建構函式 (, DateTime, String)
建立類別的執行個體StatusDelegateTaskPreEventArgs ;在內部使用。
命名空間: 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 StatusDelegateTaskPreEventArgs(assignmentDataSet, _
startdate, comment)
public StatusDelegateTaskPreEventArgs(
DelegationDataSet assignmentDataSet,
DateTime startdate,
string comment
)
參數
assignmentDataSet
類型:DelegationDataSet資料集,其中包含代理人指派的相關資訊。
startdate
類型:System.DateTime委派任務的開始日期。
comment
類型:System.String傳送以任務委派註解。
請參閱
參照
StatusDelegateTaskPreEventArgs 類別
StatusDelegateTaskPreEventArgs 成員