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

要從中擷取主題的活動設計工具。

傳回

與指定 ActivityDesignerTheme 相關聯的 ActivityDesigner

備註

使用 GetDesignerTheme 擷取與指定的活動設計工具關聯的主題。

適用於