DesignerObject.IServiceProvider.GetService Method (Type)

 

For a description of this member, see IServiceProvider.GetService.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

private abstract GetService : 
        serviceType:Type -> Object
private override GetService : 
        serviceType:Type -> Object

Parameters

serviceType
Type: System.Type

The type of service being requested.

Return Value

Type: System.Object

The requested service.

.NET Framework
Available since 2.0
Return to top
Show: