DesignerObject::GetService Method (Type^)

 

Gets a service from the design host, as identified by the provided type.

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

protected:
Object^ GetService(
	Type^ serviceType
)

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: