ScriptTask.Breakpoints Eigenschaft

Definition

Erhält ein Array von Breakpoints auf dieser Aufgabe.

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

Eigenschaftswert

Eine ArrayList von Breakpunkten, die auf dieser Aufgabe gesetzt wurden.

Attribute

Hinweise

An ArrayList ist eine vielseitigere Art der Sammlung als ein einfaches Array. Weitere Informationen finden Sie unter ArrayList Collection Type im .NET Framework Developer's Guide.

Gilt für: