Click or drag to resize

PropertyExtensionsGetPropertyBags Method

Gets the property bags in the hierarchy. 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 IEnumerable<PropertyBagWithInformation> GetPropertyBags(
	this IPropertyBagOwner? owner
)

Parameters

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

Return Value

IEnumerablePropertyBagWithInformation
Enumeration of the property bags in the project hierarchy.

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