BookmarkManagerGetService Method (Type)

Spotfire 15.0 API Reference
Gets the service of the specified type.

Namespace:  Spotfire.Dxp.Application.AnalyticItems
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public Object GetService(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
The type to get.

Return Value

Type: Object
The service of the specified type.

Implements

IServiceProviderGetService(Type)
Version Information


See Also

Reference