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提供的服務。

適用於