The MsBreakpointKind enumeration contains breakpoint types.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | ModelCalendar. Calendar point. |
| 1 | Data. Point in the data. |
To work with breakpoints of any kind, the basic IMsBreakpoint interface is used. The IMsModelCalendarBreakpoint interface is used to work with the calendar points, the IMsDataBreakpoint interface is used to work with data points.
See also: