編集

次の方法で共有


ParallelActivityDesigner.CanMoveActivities Method

Definition

Returns a value that indicates whether child activities of the activity associated with the ParallelActivityDesigner can be moved.

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

Parameters

moveLocation
HitTestInfo

The HitTestInfo that describes the ___location to move the activities to.

activitiesToMove
ReadOnlyCollection<Activity>

The Activity read-only collection that contains the activities to move.

Returns

true if the activities can be moved from the parent activity; otherwise false.

Applies to