Share via


StructuredCompositeActivityDesigner.InsertActivities Metodo

Definizione

Aggiunge le attività specificate all'oggetto StructuredCompositeActivityDesigner nel punto specificato dell'area di progettazione del flusso di lavoro.

public:
 override void InsertActivities(System::Workflow::ComponentModel::Design::HitTestInfo ^ insertLocation, System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Activity ^> ^ activitiesToInsert);
public override void InsertActivities (System.Workflow.ComponentModel.Design.HitTestInfo insertLocation, System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> activitiesToInsert);
override this.InsertActivities : System.Workflow.ComponentModel.Design.HitTestInfo * System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> -> unit
Public Overrides Sub InsertActivities (insertLocation As HitTestInfo, activitiesToInsert As ReadOnlyCollection(Of Activity))

Parametri

insertLocation
HitTestInfo

Oggetto HitTestInfo che specifica il percorso per aggiungere le attività.

activitiesToInsert
ReadOnlyCollection<Activity>

Raccolta di sola lettura di Activity contenente le attività da aggiungere alla classe StructuredCompositeActivityDesigner.

Si applica a