Click or drag to resize

PropertyExtensionsGetPropertyHierarchy Method

Gets the property bags in the hierarchal order. The first bag in the enumeration is the bag that owns the owner. Then the bags of the folders in which the owner is located, its parent folders, and then 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 GetPropertyHierarchy(
	this IPropertyBagOwner owner
)

Parameters

owner  IPropertyBagOwner
The owner of a property bag with which to start the enumeration.

Return Value

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPropertyBagOwner. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also