| C1.Xaml.Schedule アセンブリ > C1.C1Schedule 名前空間 > Appointment クラス > CopyFrom メソッド : CopyFrom(Appointment,Boolean,Boolean) メソッド |
'宣言 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 )
指定された Appointment オブジェクトの正確なコピーを受け取る場合は、includeKeys を true に設定します。
Appointment の説明的なプロパティのみを他の Appointment オブジェクトにコピーするには(たとえば、ある日の予定を別の日に複製する場合)、includeKeys を false に設定します。
RecurrenceState、ParentRecurrence、および RecurrencePattern 情報を除外するには、includeRecurrenceInformation を false に設定します。
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2