CompositeActivityDesigner.CanRemoveActivities 메서드

정의

디자이너와 연결된 복합 작업에서 활동을 제거할 수 있는지를 나타내는 값을 반환합니다.

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

매개 변수

activitiesToRemove
ReadOnlyCollection<Activity>

디자이너와 연결된 복합 작업에서 제거할 작업의 읽기 전용 배열입니다.

반품

true 복합 활동에서 활동을 제거할 수 있으면 이고, 그렇지 않으면 false.

설명

복합 활동에서 포함된 활동 목록을 제거할 수 있는지 확인하는 데 사용합니다 CanRemoveActivities .

적용 대상