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:
virtual Object^ GetService(
	Type^ serviceType
) sealed = IServiceProvider::GetService

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: