StructuredCompositeActivityDesigner.InsertActivities メソッド

定義

ワークフロー デザイン サーフェイス上の指定した位置にある StructuredCompositeActivityDesigner に、指定したアクティビティを追加します。

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 StructuredCompositeActivityDesignerに追加するアクティビティを含む読み取り専用コレクションです。

適用対象