ParallelActivityDesigner.CanMoveActivities メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。