Partager via


WorkflowTheme.GetDesignerTheme(ActivityDesigner) Méthode

Définition

Obtient le thème pour le ActivityDesigner spécifié.

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

Paramètres

designer
ActivityDesigner

Concepteur d'activités duquel récupérer le thème.

Retours

ActivityDesignerTheme

ActivityDesignerTheme associé au ActivityDesigner spécifié.

Remarques

Utilisez GetDesignerTheme pour récupérer le thème associé à un concepteur d'activités spécifié.

S’applique à