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