MsBreakpointKind

Description

The MsBreakpointKind enumeration contains breakpoint types.

It is used by the following properties and methods:

Description

Value Brief description
0 ModelCalendar. Calendar point.
1 Data. Point in data.

Comments

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:

Ms Assembly Enumerations