'宣言 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 を表す要素。 |