言語

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は単純な配列よりも多用途なコレクションのタイプです。 詳細については、.NET Framework Developer's GuideのArrayList Collection Typeをご覧ください。

適用対象