StructuredCompositeActivityDesigner.InsertActivities Metódus

Definíció

Hozzáadja a megadott tevékenységeket a StructuredCompositeActivityDesigner munkafolyamat-tervezési felület megadott helyéhez.

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

Paraméterek

insertLocation
HitTestInfo

Ez HitTestInfo adja meg a tevékenységek hozzáadásának helyét.

activitiesToInsert
ReadOnlyCollection<Activity>

Az Activity írásvédett gyűjtemény, amely tartalmazza a hozzáadandó tevékenységeket.StructuredCompositeActivityDesigner

A következőre érvényes: