Scheduler for UWP/WinRT
CopyFrom(Appointment,Boolean,Boolean) メソッド

コピーする Appointment インスタンス。
内部キーをコピーするかどうかを指定します。
繰り返し情報がある場合は、それをコピーするかどうかを指定します。
指定された Appointment オブジェクトのプロパティをこのオブジェクトにコピーします。
構文
'宣言
 
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
コピーする Appointment インスタンス。
includeKeys
内部キーをコピーするかどうかを指定します。
includeRecurrenceInformation
繰り返し情報がある場合は、それをコピーするかどうかを指定します。
解説

指定された Appointment オブジェクトの正確なコピーを受け取る場合は、includeKeys を true に設定します。

Appointment の説明的なプロパティのみを他の Appointment オブジェクトにコピーするには(たとえば、ある日の予定を別の日に複製する場合)、includeKeys を false に設定します。

RecurrenceState、ParentRecurrence、および RecurrencePattern 情報を除外するには、includeRecurrenceInformation を false に設定します。

Requirements

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

参照

関連項目

Appointment クラス
Appointment メンバ
オーバーロード一覧

Send Feedback