PropertyExtensionsGetPropertyContextOfProjectFolder Method |
Gets the property bags in the hierarchal order. The first bag in the enumeration is the bag is in the provided project folder. Then the bags of
its parent folders, and then UserSettings, ApplicationSettings, and BuiltinSettings follow.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static PropertyHierarchy GetPropertyContextOfProjectFolder(
string folder
)
Parameters
- folder String
- The project folder with which to start the enumeration.
Return Value
PropertyHierarchyProperty bags in the project hierarchy wrapped in a
PropertyHierarchy.
See Also