編集

次の方法で共有


CompositeActivityDesigner.CanInsertActivities Method

Definition

Returns a value that indicates whether activities can be inserted into the composite activity associated with the designer.

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

Parameters

insertLocation
HitTestInfo

The ___location to insert the activities.

activitiesToInsert
ReadOnlyCollection<Activity>

A read-only array of Activity to insert.

Returns

true if activities can be inserted into the composite activity associated with the designer; otherwise false.

Remarks

Use CanInsertActivities to determine if a list of activities can be inserted into a composite activity.

Applies to