Click or drag to resize

PropertyExtensionsGetPropertyBagsStartingFromUserSettings Method

Gets the property bags 'UserSettings', 'ApplicationSettings', and 'BuiltinSettings' along with the bag information.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IEnumerable<PropertyBagWithInformation> GetPropertyBagsStartingFromUserSettings()

Return Value

IEnumerablePropertyBagWithInformation
Property bags 'UserSettings', 'ApplicationSettings', and 'BuiltinSettings' along with the bag information.
See Also