IMsBreakpoint.Kind

Syntax

Kind: MsBreakpointKind;

Description

The Kind property returns breakpoint type.

Comments

The type of a breakpoint is set on its creation (the IMsBreakpoints.Add method) and cannot be changed later. To work with various types of points, the interfaces that are children of IMsBreakpoint are provided:

Example

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

See also:

IMsBreakpoint