バージョン

SingleDayAppointmentUIElement コンストラクタ(UIElement,Appointment)

Appointmentオブジェクトを取得するオーバー読み込みされたコンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal appointment As Appointment _
)
public SingleDayAppointmentUIElement( 
   Infragistics.Win.UIElement parent,
   Appointment appointment
)

パラメータ

parent
親要素。
appointment
このSingleDayAppointmentUIElementに対応するAppointmentオブジェクト
参照