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 コレクション。

適用対象