다음을 통해 공유


ConfigErrorGlyph.OnActivate(ActivityDesigner) 메서드

정의

문자 모양을 활성화하는 작업이 수행되었음을 해당 문자 모양에게 알립니다.

protected:
 override void OnActivate(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer);
protected override void OnActivate (System.Workflow.ComponentModel.Design.ActivityDesigner designer);
override this.OnActivate : System.Workflow.ComponentModel.Design.ActivityDesigner -> unit
Protected Overrides Sub OnActivate (designer As ActivityDesigner)

매개 변수

designer
ActivityDesigner

문자 모양이 그려질 ActivityDesigner입니다.

설명

OnActivate가 호출되면 문자 모양과 연결된 디자이너 동사가 Activity Designer 화면에 표시됩니다.

적용 대상