PreferenceManagerGetPreferenceT Method

Spotfire 15.0 API Reference
Gets a preference that has been registered with the framework. Note that a preference must always have been registered during the initialization phase of an add-in for it to be returned by this method.

Namespace:  Spotfire.Dxp.Framework.Preferences
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public T GetPreference<T>()
where T : PreferenceBase

Type Parameters

T
The type of the preference class which must be a PreferenceBase.

Return Value

Type: T
The instance of the preference class corresponding to T.
Exceptions

ExceptionCondition
InvalidOperationException If the preference cannot be found, that is, it is not registered.
Version Information


See Also

Reference