共用方式為


ActivityDesignerTheme(WorkflowTheme) 建構函式

定義

初始化 ActivityDesignerTheme 的執行個體。

public:
 ActivityDesignerTheme(System::Workflow::ComponentModel::Design::WorkflowTheme ^ theme);
public ActivityDesignerTheme (System.Workflow.ComponentModel.Design.WorkflowTheme theme);
new System.Workflow.ComponentModel.Design.ActivityDesignerTheme : System.Workflow.ComponentModel.Design.WorkflowTheme -> System.Workflow.ComponentModel.Design.ActivityDesignerTheme
Public Sub New (theme As WorkflowTheme)

參數

theme
WorkflowTheme

WorkflowTheme,其中包含 ActivityDesigner 的主題資訊。

適用於