バージョン

Insert(Int32,DateTime,TimeSpan,String) メソッド

新しい Task をこのコレクションの指定した順序位置に挿入します。
シンタックス
'宣言
 
Public Overloads Function Insert( _
   ByVal index As Integer, _
   ByVal startDateTime As Date, _
   ByVal duration As TimeSpan, _
   ByVal name As String _
) As Task
public Task Insert( 
   int index,
   DateTime startDateTime,
   TimeSpan duration,
   string name
)

パラメータ

index
指定された Task を挿入する順序位置。
startDateTime
StartDateTime プロパティの初期値。
duration
Duration プロパティの初期値。
name
Name プロパティの初期値。

戻り値の型

結果として生じる Task インスタンスへの参照。
解説

注: このオーバーロードは自動的にタスクの Constraint プロパティを「StartNoEarlierThan」に初期化し、ConstraintDateTime プロパティを startDateTime パラメーターの値にも初期化します。

参照