[This is preliminary documentation and is subject to change.]
Resolves the current path for a different root.
Namespace: Spielwerke.Data
Assembly: Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972
Syntax
| C# |
|---|
public PropertyChain ResolveForRoot( PropertyHandle root ) |
| Visual Basic (Declaration) |
|---|
Public Function ResolveForRoot ( _ root As PropertyHandle _ ) As PropertyChain |
| Visual C++ |
|---|
public: PropertyChain ResolveForRoot ( PropertyHandle root ) |
Parameters
- root
- PropertyHandle
Root handle of the target property tree.
Return Value
Returns a new path containing handles starting with supplied root handle, recursing from it using the property names of the current container. Returns PropertyChain.Empty if the path couldn't be completely resolved, e.g. at least one of the elements of the chain was not found in target property tree.
See Also
PropertyChain Structure
Spielwerke.Data Namespace