ScriptTask.Breakpoints 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在此工作上設定的中斷點陣列。
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是比簡單陣列更具用途的集合類型。 如需詳細資訊,請參閱 .NET Framework 開發人員指南中的 ArrayList 集合類型 。