Partager via


ActivityDesigner.GetRootDesigner(IServiceProvider) Méthode

Définition

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

ActivityDesigner qui est le RootComponent de l'hôte de concepteur.

S’applique à