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を実装するオブジェクト。

返品

デザイナー ホストのActivityDesignerであるRootComponent

適用対象