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 data. |
To work with breakpoints of any kind, use the IMsBreakpoint base interface. The IMsModelCalendarBreakpoint interface is used to work with calendar points, the IMsDataBreakpoint interface is used to work with data points.
See also: