次の方法で共有


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

適用対象