ActivityDesigner.GetRootDesigner(IServiceProvider) 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.
Retourne le concepteur associé à l'aire de conception du workflow.
public:
static System::Workflow::ComponentModel::Design::ActivityDesigner ^ GetRootDesigner(IServiceProvider ^ serviceProvider);
public static System.Workflow.ComponentModel.Design.ActivityDesigner GetRootDesigner (IServiceProvider serviceProvider);
static member GetRootDesigner : IServiceProvider -> System.Workflow.ComponentModel.Design.ActivityDesigner
Public Shared Function GetRootDesigner (serviceProvider As IServiceProvider) As ActivityDesigner
Paramètres
- serviceProvider
- IServiceProvider
Objet qui implémente le IServiceProvider.
Retours
ActivityDesigner qui est le RootComponent de l'hôte de concepteur.