バージョン

AppointmentHitTestArea 列挙体

ActivityUIElementBase 派生要素の構成要素を定義する定数。
シンタックス
'宣言
 
Public Enum AppointmentHitTestArea 
   Inherits System.Enum
public enum AppointmentHitTestArea : System.Enum 
メンバ
メンバ解説
Appointment特定な要素と一致しない AppointmentUIElement 内の領域。
DateTimeContinuationIndicatorFrom予定の StartDateTime は表示可能領域の外にある日付/時刻と一致することを示す左矢印。
DateTimeContinuationIndicatorTo予定の EndDateTime は表示可能領域の外にある日付/時刻と一致することを示す右矢印。
End予定の EndDateTime を表す要素。
Location要素は予定の Location を表します。
None領域は AppointmentUIElement に関連付けられていません。
Recurrence要素は予定の Recurrence を表します。
Reminder要素は予定の Reminder を表します。
Start予定の StartDateTime を表す要素。
StartAndEnd予定の StartDateTimeEndDateTime を表す要素。
Subject予定の Subject を表す要素。
参照