Share via


ScriptTask.Breakpoints Propriété

Définition

Obtient un tableau de points d'arrêt définis sur cette tâche.

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

Valeur de propriété

TableauList de points d’arrêt définis sur cette tâche.

Attributs

Remarques

Un ArrayList type de collection plus polyvalent qu’un tableau simple. Pour plus d’informations, consultez Le type de collection ArrayList dans le Guide du développeur .NET Framework.

S’applique à