ActivityDesigner.CanBeParentedTo(CompositeActivityDesigner) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디자이너와 연결된 활동의 부모로 설정할 수 있는지를 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디자이너에 의해 부모가 될 수 있는지 여부를 테스트 하는 데 유용 합니다.
이 메서드는 사용자가 끌어서 놓기 또는 붙여넣기와 같은 삽입 작업을 시작할 때 호출됩니다.