语言

ScriptTask.Breakpoints 属性

定义

为此任务设置了一系列断点。

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

属性值

该任务中断点的ArrayList。

属性

注解

an ArrayList 是一种比简单数组更为灵活的集合类型。 更多信息请参见 .NET 框架开发者指南中的 ArrayList 集合类型

适用于