バージョン

RemoveActivityContext コンストラクタ(String,String)

定期的なアクティビティの RemoveActivity 操作のための DataContext を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal dataKey As String, _
   ByVal recurrenceKey As String _
)
public RemoveActivityContext( 
   string dataKey,
   string recurrenceKey
)

パラメータ

dataKey
削除される Activity のデータ キー。
recurrenceKey
削除される Activity に関連づけられた Recurrence のデータ キー。
参照