StructuredCompositeActivityDesigner.InsertActivities Metod

Definition

Lägger till de angivna aktiviteterna StructuredCompositeActivityDesigner på den angivna platsen på arbetsflödets designyta.

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))

Parametrar

insertLocation
HitTestInfo

Det HitTestInfo som anger platsen där aktiviteterna ska läggas till.

activitiesToInsert
ReadOnlyCollection<Activity>

Den Activity skrivskyddade samlingen som innehåller de aktiviteter som ska läggas till i StructuredCompositeActivityDesigner.

Gäller för