Item(Index: Integer): IMsBreakpoint;
Index. Breakpoint index in the collection.
The Item method returns the breakpoint from the collection by its index.
This property provides access to the specified point from the 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 one IMsBreakpoints.Count is 1. Index numbering is continuous.
The property use is given in the example for IMsBreakpoint.Enable.
See also: