WorkflowTheme.GetDesignerTheme(ActivityDesigner) Méthode
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.
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é.