AbstractPadContentGetService Method |
Gets a service provided by this pad content.
Namespace: Altaxo.Gui.WorkbenchAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual Object? GetService(
Type serviceType
)
Parameters
- serviceType Type
- The requested service type.
Return Value
ObjectThe requested service, or
null if it is not available.
Implements
IServiceProviderGetService(Type)
See Also