'宣言 Public Sub SelectAppointment( _ ByVal appointment As Appointment, _ ByVal extendSelection As System.Boolean _ )
public void SelectAppointment( Appointment appointment, System.bool extendSelection )
パラメータ
- appointment
- 選択する C1.C1Schedule.Appointmentオブジェクト。
- extendSelection
- 選択方法を指定する System.Boolean値。true の場合、指定された C1.C1Schedule.Appointmentは現在の選択内容に追加される。false の場合、現在の選択内容は指定された C1.C1Schedule.Appointmentに置き換えられる。