FreeformActivityDesigner.InsertActivities 方法

定义

将指定的只读活动集合添加到 FreeformActivityDesigner 工作流设计图面上的指定位置。

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

参数

insertLocation
HitTestInfo

指定要 HitTestInfo 添加活动的位置。

activitiesToInsert
ReadOnlyCollection<Activity>

Activity包含要添加到 的活动的FreeformActivityDesigner只读集合。

适用于