'宣言 Public Overloads Sub CopyFrom( _ ByVal app As Appointment, _ ByVal includeKeys As System.Boolean, _ ByVal includeRecurrenceInformation As System.Boolean _ )
public void CopyFrom( Appointment app, System.bool includeKeys, System.bool includeRecurrenceInformation )
パラメータ
- app
- The Appointment instance to copy.
- includeKeys
- Specifies whether to copy internal keys.
- includeRecurrenceInformation
- Specifies whether to copy recurrence information if any.