WorkflowTheme.GetDesignerTheme(ActivityDesigner) Méthode

Définition

Obtient le thème pour le fichier spécifié 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

Paramètres

designer
ActivityDesigner

Concepteur d’activités à partir duquel récupérer le thème.

Retours

Associé ActivityDesignerTheme à l’objet spécifié ActivityDesigner.

Remarques

Permet GetDesignerTheme de récupérer le thème associé à un concepteur d’activités spécifié.

S’applique à