CompositeActivityDesigner.CanRemoveActivities Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates if activities can be removed from the composite activity associated with the designer.
public:
virtual bool CanRemoveActivities(System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Activity ^> ^ activitiesToRemove);
public virtual bool CanRemoveActivities(System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> activitiesToRemove);
abstract member CanRemoveActivities : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> -> bool
override this.CanRemoveActivities : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> -> bool
Public Overridable Function CanRemoveActivities (activitiesToRemove As ReadOnlyCollection(Of Activity)) As Boolean
Parameters
- activitiesToRemove
- ReadOnlyCollection<Activity>
A read-only array of activities to remove from the composite activity associated with the designer.
Returns
true
if the activities can be removed from the composite activity; otherwise false
.
Remarks
Use CanRemoveActivities to determine if a list of contained activities can be removed from the composite activity.