ScriptTask.Breakpoints Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.