ParallelActivityDesigner.CanMoveActivities メソッド

定義

ParallelActivityDesignerに関連付けられたアクティビティの子アクティビティを移動できるかどうかを示す値を返します。

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

パラメーター

moveLocation
HitTestInfo

アクティビティの移動先となる場所を示す HitTestInfo

activitiesToMove
ReadOnlyCollection<Activity>

Activity移動するアクティビティを含む読み取り専用コレクションです。

返品

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

適用対象