バージョン

RemoveRecurrenceContext コンストラクタ

Recurrence と任意の関連づけられた VarianceCollection の関連付けを Activity から切り離す RemoveRecurrence 操作のための DataContext を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal activityKey As String, _
   ByVal recurrenceKey As String, _
   ByVal varianceKey As Guid _
)
public RemoveRecurrenceContext( 
   string activityKey,
   string recurrenceKey,
   Guid varianceKey
)

パラメータ

activityKey
切り離される Activity オブジェクトのデータ キー。
recurrenceKey
削除される Recurrence のデータ キー。
varianceKey
削除される Variance オブジェクトのコレクションに関連するデータ キー。または削除される Variance オブジェクトがない場合は定数 Guid.Empty
参照