Click or drag to resize

PropertyHierarchyTryGetValue Method

Overload List
 NameDescription
Public methodTryGetValueT(PropertyKeyT, T) Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
Public methodTryGetValueT(PropertyKeyT, T, IPropertyBag, PropertyBagInformation) Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
Public methodTryGetValueT(String, T, IPropertyBag, PropertyBagInformation) Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
Public methodTryGetValueT(String, Boolean, T, IPropertyBag, PropertyBagInformation) Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
Top
See Also