バージョン

Recurrence コンストラクタ

Recurrence オブジェクトの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal rootActivity As Activity _
)
public Recurrence( 
   Activity rootActivity
)

パラメータ

rootActivity
解説

注: 1 つの AppointmentAppointment.Recurrence プロパティに割り当てられると、Recurrence オブジェクトのインスタンスは追加の AppointmentAppointment.Recurrence プロパティに割り当てることができません。例外がスローされます。

参照