EventBindingService::GetService Method (Type^)

 

Gets the requested service from the service provider.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
Object^ GetService(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type^

The type of service to retrieve.

Return Value

Type: System::Object^

A reference to the service specified by serviceType, or null if the requested service is not available.

.NET Framework
Available since 2.0
Return to top
Show: