다음을 통해 공유


FreeformActivityDesigner.BringToFront(ActivityDesigner) 메서드

정의

z 순서의ActivityDesigner 맨 위로 FreeformActivityDesigner를 가져옵니다.

public:
 void BringToFront(System::Workflow::ComponentModel::Design::ActivityDesigner ^ containedDesigner);
public void BringToFront (System.Workflow.ComponentModel.Design.ActivityDesigner containedDesigner);
member this.BringToFront : System.Workflow.ComponentModel.Design.ActivityDesigner -> unit
Public Sub BringToFront (containedDesigner As ActivityDesigner)

매개 변수

containedDesigner
ActivityDesigner

z 순서의 맨 위로 가져올 ActivityDesigner입니다.

예외

containedDesignernull 참조(Visual Basic의 경우 Nothing)가 포함된 경우

containedDesignerContainedDesigners 컬렉션에 없는 경우

설명

BringToFront지정된 자식 디자이너를 표시할 ActivityDesigner z 순서 FreeformActivityDesigner 를 수정합니다. 이 메서드를 사용하여 사용자가 디자이너를 선택할 때 z 순서의 맨 위에 디자이너를 표시할 수 있습니다.

containedDesigner는 호출BringToFront하기 전의 자식에 FreeformActivityDesigner 있어야 합니다. 그렇지 않으면 BringToFront .를 ArgumentExceptionthrow합니다.

적용 대상