CompositeActivityDesigner.CanMoveActivities メソッド

定義

複合アクティビティに含まれるアクティビティをデザイナーに関連付けられた複合アクティビティから移動できるかどうかを示す値を返します。

public:
 virtual bool CanMoveActivities(System::Workflow::ComponentModel::Design::HitTestInfo ^ moveLocation, System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Activity ^> ^ activitiesToMove);
public virtual bool CanMoveActivities(System.Workflow.ComponentModel.Design.HitTestInfo moveLocation, System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> activitiesToMove);
abstract member CanMoveActivities : System.Workflow.ComponentModel.Design.HitTestInfo * System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> -> bool
override this.CanMoveActivities : System.Workflow.ComponentModel.Design.HitTestInfo * System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> -> bool
Public Overridable Function CanMoveActivities (moveLocation As HitTestInfo, activitiesToMove As ReadOnlyCollection(Of Activity)) As Boolean

パラメーター

moveLocation
HitTestInfo

アクティビティの移動元となる場所。

activitiesToMove
ReadOnlyCollection<Activity>

移動するアクティビティの読み取り専用配列。

返品

true 複合アクティビティからアクティビティを移動できる場合。それ以外の場合は false

注釈

CanMoveActivitiesを使用して、複合アクティビティ内からアクティビティの一覧を移動できるかどうかを判断します。

適用対象