IMsBreakpoint.Kind

Syntax

Kind: MsBreakpointKind;

Description

The Kind property returns the type of breakpoint.

Comments

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:

Example

The property use is given in the example for IMsproblemCalculationCallback.OnBreak.

See also:

IMsBreakpoint