net90_PropertyGridHelpers.ServiceProviders_CustomServiceProvider_GetService - dparvin/PropertyGridHelpers GitHub Wiki
Retrieves a service object of the specified type.
public object GetService(Type serviceType)
parameter | description |
---|---|
serviceType | An object that specifies the type of service object to retrieve. |
A service object of type serviceType, or null
if no service of that type is registered.
- class CustomServiceProvider
- namespace PropertyGridHelpers.ServiceProviders
- assembly PropertyGridHelpers