Elements Property
Home Page (Objects) | Overview | FAQ | Reference
Applies to: Breakpoint object
Gets the range of memory specifying when a data breakpoint occurred.
Syntax
object**.Elements**
Parameters
object
An expression that evaluates to a Breakpoint object.
Remarks
The Elements property has the Long type and applies only to location or data breakpoints.
In the Breakpoints dialog box, you set the value retrieved by this property. For example, you set the memory range or the number of array elements you want to monitor.
Example
The following example gets the range of memory specifying when a data breakpoint occurred:
Dim range
range = Breakpoint.Elements