FreeformActivityDesigner.InsertActivities(HitTestInfo, ReadOnlyCollection<Activity>) Método
Definición
Agrega la colección de solo lectura de actividades especificada a FreeformActivityDesigner en la ubicación especificada en la superficie de diseño de flujo de trabajo.Adds the specified read-only collection of activities to the FreeformActivityDesigner at the specified location on the workflow design surface.
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))
Parámetros
- insertLocation
- HitTestInfo
HitTestInfo que especifica la ubicación donde agregar las actividades.The HitTestInfo that specifies the location to add the activities.
- activitiesToInsert
- ReadOnlyCollection<Activity>
La colección de Activity de solo lectura que contiene las actividades que se van a agregar a la clase FreeformActivityDesigner.The Activity read-only collection that contains the activities to add to the FreeformActivityDesigner.