Assembly: Ms;
The IMsBreakpoint interface contains properties that are used to work with a breakpoint.
IMsBreakpoint
Breakpoints are used on modeling problem calculation for its debugging. This interface is a base one for the following interfaces that implement various types of breakpoints:
IMsModelCalendarBreakpoint. It is used for working with calendar breakpoints.
IMsDataBreakpoint. It is used for working with breakpoints in the data.
The type of a breakpoint is set on its creation (the IMsBreakpoints.Add method) and cannot be changed later.
Property name | Brief description | |
The Enable property determines whether a breakpoint is available. | ||
The Key property returns breakpoint key. | ||
The Kind property returns breakpoint type. | ||
The Name property determines a breakpoint name. |
See also: