WebFormsRootDesigner.GetService(Type) 方法

定义

返回所请求的服务。

protected public:
 virtual System::Object ^ GetService(Type ^ serviceType);
protected internal virtual object GetService (Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Protected Friend Overridable Function GetService (serviceType As Type) As Object

参数

serviceType
Type

要检索的服务类型。

返回

请求的服务;如果无法解析服务,则为 null

适用于

另请参阅