ActivityDesigner.CanBeParentedTo(CompositeActivityDesigner) 메서드

정의

디자이너와 연결된 활동의 부모로 설정할 수 있는지를 CompositeActivity 나타내는 값을 반환합니다.

public:
 virtual bool CanBeParentedTo(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ parentActivityDesigner);
public virtual bool CanBeParentedTo(System.Workflow.ComponentModel.Design.CompositeActivityDesigner parentActivityDesigner);
abstract member CanBeParentedTo : System.Workflow.ComponentModel.Design.CompositeActivityDesigner -> bool
override this.CanBeParentedTo : System.Workflow.ComponentModel.Design.CompositeActivityDesigner -> bool
Public Overridable Function CanBeParentedTo (parentActivityDesigner As CompositeActivityDesigner) As Boolean

매개 변수

parentActivityDesigner
CompositeActivityDesigner

CompositeActivityDesigner 잠재적으로 부모로 설정할 수 있는 항목입니다.

반품

디자이너와 연결된 활동의 부모로 설정할 수 있으면 />이고, 그렇지 않으면 .

설명

이 메서드는 디자이너가 특정 CompositeActivityDesigner디자이너에 의해 부모가 될 수 있는지 여부를 테스트 하는 데 유용 합니다.

이 메서드는 사용자가 끌어서 놓기 또는 붙여넣기와 같은 삽입 작업을 시작할 때 호출됩니다.

적용 대상