共用方式為


StructuredCompositeActivityDesigner.MoveActivities 方法

定義

將指定活動從 StructuredCompositeActivityDesigner 中顯示的設計工具移動到其他的設計工具。

public:
 override void MoveActivities(System::Workflow::ComponentModel::Design::HitTestInfo ^ moveLocation, System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Activity ^> ^ activitiesToMove);
public override void MoveActivities (System.Workflow.ComponentModel.Design.HitTestInfo moveLocation, System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> activitiesToMove);
override this.MoveActivities : System.Workflow.ComponentModel.Design.HitTestInfo * System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> -> unit
Public Overrides Sub MoveActivities (moveLocation As HitTestInfo, activitiesToMove As ReadOnlyCollection(Of Activity))

參數

moveLocation
HitTestInfo

HitTestInfo,其中包含工作流程設計介面上要移動活動的位置。

activitiesToMove
ReadOnlyCollection<Activity>

要移動的 Activity 唯讀集合。

適用於