WizardFramework.GetService(Type) 方法

定义

获取指定的服务。 此方法可由子窗口调用,以便获取控制台服务。

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

参数

service
Type

正在注册的服务的类型。

返回

服务对象。

适用于