FreeformActivityDesigner.InsertActivities Metodo

Definizione

Aggiunge la raccolta di sola lettura specificata di attività all'oggetto FreeformActivityDesigner nella posizione specificata nell'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 la posizione in cui aggiungere le attività.

activitiesToInsert
ReadOnlyCollection<Activity>

Raccolta Activity di sola lettura che contiene le attività da aggiungere all'oggetto FreeformActivityDesigner.

Si applica a