Click or drag to resize

PropertyExtensionsGetPropertyContextOfProject Method

Gets the property bags in hierarchical order. The first bag in the enumeration is the bag that belongs to the project (the project's root folder bag). Then the bags of the UserSettings, ApplicationSettings, and BuiltinSettings follow.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static PropertyHierarchy GetPropertyContextOfProject()

Return Value

PropertyHierarchy
Property bags in the project hierarchy wrapped in a PropertyHierarchy.
See Also