Share via


WorkflowTheme.GetDesignerTheme(ActivityDesigner) 메서드

정의

지정된 ActivityDesigner의 테마를 가져옵니다.

public:
 System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ GetDesignerTheme(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer);
public System.Workflow.ComponentModel.Design.ActivityDesignerTheme GetDesignerTheme (System.Workflow.ComponentModel.Design.ActivityDesigner designer);
member this.GetDesignerTheme : System.Workflow.ComponentModel.Design.ActivityDesigner -> System.Workflow.ComponentModel.Design.ActivityDesignerTheme
Public Function GetDesignerTheme (designer As ActivityDesigner) As ActivityDesignerTheme

매개 변수

designer
ActivityDesigner

테마를 검색할 Activity Designer입니다.

반환

지정된 ActivityDesignerTheme와 연결된 ActivityDesigner입니다.

설명

지정된 Activity Designer와 연결된 테마를 검색하려면 GetDesignerTheme을 사용합니다.

적용 대상