NestedContainer.GetService(Type) 方法

定义

获取指定类型的服务对象(如果可用)。

protected:
 override System::Object ^ GetService(Type ^ service);
protected override 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

要检索的服务的 Type

返回

实现所请求服务的 Object,或者,如果无法解析服务,则为 null

注解

此方法将替代 Container.GetService 方法。 此实现仅解析 对 INestedContainerIContainer 服务的请求。

适用于

另请参阅