Kind: MsBreakpointKind;
The Kind property returns the type of breakpoint.
The type of a breakpoint is set by its creation (the IMsBreakpoints.Add method) and cannot be changed later. To work with different types of points, the interfaces, that are the children of IMsBreakpoint are provided:
IMsModelCalendarBreakpoint. It is used for working with calendar breakpoints.
IMsDataBreakpoint. It is used for working with breakpoints in the data.
The property use is given in the example for IMsproblemCalculationCallback.OnBreak.
See also: