バージョン

AppointmentUIElement コンストラクタ

クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As ActivityAreaUIElement, _
   ByVal appointment As Appointment, _
   ByVal startTimeVisible As Boolean, _
   ByVal endTimeVisible As Boolean _
)
public AppointmentUIElement( 
   ActivityAreaUIElement parent,
   Appointment appointment,
   bool startTimeVisible,
   bool endTimeVisible
)

パラメータ

parent
この要素を含む ActivityAreaUIElement
appointment
関連付けられた Appointment
startTimeVisible
開始の時間を表示するかどうかを決定します。
endTimeVisible
終了の時間を表示するかどうかを決定します。
参照