Compartir a través de


ScriptTask.Breakpoints Propiedad

Definición

Obtiene una matriz de puntos de interrupción establecidos en esta tarea.

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

Valor de propiedad

ArrayList de puntos de interrupción establecidos en esta tarea.

Atributos

Comentarios

Un ArrayList es un tipo de colección más versátil que una matriz simple. Para obtener más información, vea ArrayList Collection Type (Tipo de colección ArrayList ) en la Guía del desarrollador de .NET Framework.

Se aplica a