IMsBreakpoints.Item

Syntax

Item(Index: Integer): IMsBreakpoint;

Parameters

Index. Breakpoint index in the collection.

Description

The Item method returns a breakpoint from the collection by its index.

Comments

This property provides access to the specified point from collection. Value of the Index parameter must be a non-negative number, but less than the value of the IMsBreakpoints.Count property. Index of the first element in the collection is 0, of the last IMsBreakpoints.Count is 1. Index numbering is continuous.

Example

The property use is given in the example for IMsBreakpoint.Enable.

See also:

IMsBreakpoints