IMsBreakpoint

Description

The IMsBreakpoint interface contains properties that are used to work with a breakpoint.

Comments

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:

The type of a breakpoint is set on its creation (the IMsBreakpoints.Add method) and cannot be changed later.

Properties

  Property name Brief description
The Enable property determines whether point is available.
The Key property returns point key.
The Kind property returns point type.
The Name property determines point name.

See also:

Ms Assembly Interfaces