WebFormsRootDesigner.GetService Method (Type)
.NET Framework (current version)
Returns the requested service.
Assembly: System.Design (in System.Design.dll)
abstract GetService : serviceType:Type -> Object override GetService : serviceType:Type -> Object
Parameters
- serviceType
-
Type:
System.Type
The type of service to retrieve.
Return Value
Type: System.ObjectThe requested service; otherwise, null, if the service cannot be resolved.
.NET Framework
Available since 2.0
Available since 2.0
Show: