ActivityDesigner.GetRootDesigner(IServiceProvider) 方法

定義

回傳與工作流程設計表面相關的設計師。

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

參數

serviceProvider
IServiceProvider

一個實作 的 IServiceProvider物件。

傳回

ActivityDesignerRootComponent 設計師主持人。

適用於