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

对此任务设置的断点的 ArrayList。

属性

注解

ArrayList是比简单数组更通用的集合类型。 有关详细信息,请参阅 .NET Framework 开发人员指南中的 ArrayList 集合类型

适用于