StructuredCompositeActivityDesigner.CanRemoveActivities 方法

定义

返回一个值,该值指示是否可以从中 StructuredCompositeActivityDesigner删除指定的活动。

public:
 override bool CanRemoveActivities(System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Activity ^> ^ activitiesToRemove);
public override bool CanRemoveActivities(System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> activitiesToRemove);
override this.CanRemoveActivities : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> -> bool
Public Overrides Function CanRemoveActivities (activitiesToRemove As ReadOnlyCollection(Of Activity)) As Boolean

参数

activitiesToRemove
ReadOnlyCollection<Activity>

Activity包含要删除的活动的只读集合。

返回

true 如果可以删除指定的活动,则为 ;否则,为 false.

适用于