Gets the service object of the specified type.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
protected override Object GetService( Type serviceType )
Parameters
- serviceType
- Type: SystemType
An object that specifies the type of service object to get.
Return Value
Type: ObjectThe requested service object; otherwise null.
Version Information
See Also