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 集合類型

適用於