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 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 associé au ActivityDesigner spécifié.
Remarques
Utilisez GetDesignerTheme pour récupérer le thème associé à un concepteur d'activités spécifié.