次の方法で共有


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

適用対象