バージョン

GetUIElementFromAppointment メソッド (UltraWeekView)

提供された予定の AppointmentUIElement を返します。予定が表示されない場合には null を返します。
シンタックス
'宣言
 
Protected Overrides Function GetUIElementFromAppointment( _
   ByVal appointment As Appointment _
) As Infragistics.Win.UIElement
protected override Infragistics.Win.UIElement GetUIElementFromAppointment( 
   Appointment appointment
)

パラメータ

appointment
予定

戻り値の型

提供された予定の AppointmentUIElement、または予定が表示されない場合には null。
参照