ScriptTask.Breakpoints Proprietà

Definizione

Ottiene una matrice di punti di interruzione impostati su questa attività.

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

Valore della proprietà

Oggetto ArrayList di punti di interruzione impostati in questa attività.

Attributi

Commenti

Un ArrayList è un tipo più versatile di raccolta rispetto a una matrice semplice. Per altre informazioni, vedere Tipo di raccolta ArrayList nella Guida per gli sviluppatori di .NET Framework.

Si applica a