Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NodeState Dim context As ISystemContext Dim browsePath As String Dim hierarchy As Dictionary(Of NodeId,String) Dim references As List(Of NodeStateHierarchyReference) instance.GetHierarchyReferences(context, browsePath, hierarchy, references) |
C# | |
---|---|
public void GetHierarchyReferences( ISystemContext context, string browsePath, Dictionary<NodeId,string> hierarchy, List<NodeStateHierarchyReference> references ) |
Parameters
- context
- The context for the current operation.
- browsePath
- The path to the parent object.
- hierarchy
- A table of all nodes in the hierarchy.
- references
- The references in the hierarchy.
The method is used to serialize any additional references between nodes in the hierarchy.
The references are stored as relative paths from the root node.
Any references to nodes outside the hierachy are stored as NodeIds instead of relative paths.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x