DesignerTheme(WorkflowTheme) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas d'implémentation dans une classe dérivée, initialise une nouvelle instance de la classe DesignerTheme à l'aide d'un objet WorkflowTheme.
protected:
DesignerTheme(System::Workflow::ComponentModel::Design::WorkflowTheme ^ theme);
protected DesignerTheme(System.Workflow.ComponentModel.Design.WorkflowTheme theme);
new System.Workflow.ComponentModel.Design.DesignerTheme : System.Workflow.ComponentModel.Design.WorkflowTheme -> System.Workflow.ComponentModel.Design.DesignerTheme
Protected Sub New (theme As WorkflowTheme)
Paramètres
- theme
- WorkflowTheme
WorkflowTheme auquel le thème de concepteur est associé.