PreferenceManager GetPreference T  Method TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

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
System InvalidOperationException If the preference cannot be found, that is, it is not registered.
See Also