ScriptTask.Breakpoints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of breakpoints set on this task.
public:
property System::Collections::ArrayList ^ Breakpoints { System::Collections::ArrayList ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.ArrayList Breakpoints { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Breakpoints : System.Collections.ArrayList
Public ReadOnly Property Breakpoints As ArrayList
Property Value
An ArrayList of breakpoints set on this task.
- Attributes
Remarks
An ArrayList
is a more versatile type of collection than a simple array. For more information, see ArrayList Collection Type in the .NET Framework Developer's Guide.