WorkflowOutline.GetService(Type) 方法

定义

返回一个对象,该对象表示服务由 WorkflowOutline 或其 Container提供的服务。

protected:
 override System::Object ^ GetService(Type ^ serviceType);
protected override object GetService(Type serviceType);
override this.GetService : Type -> obj
Protected Overrides Function GetService (serviceType As Type) As Object

参数

serviceType
Type

表示 Type 服务提供的 WorkflowOutline

返回

Object 个表示由 WorkflowOutline..

适用于