Opc.Ua.Core
GetChildren Method (BaseDataVariableState)



Opc.Ua Namespace > BaseDataVariableState Class : GetChildren Method
The context for the system being accessed.
The list of children to populate.
Populates a list with the children that belong to the node.
Syntax
'Declaration
 
Public Overrides Sub GetChildren( _
   ByVal context As ISystemContext, _
   ByVal children As IList(Of BaseInstanceState) _
) 
'Usage
 
Dim instance As BaseDataVariableState
Dim context As ISystemContext
Dim children As IList(Of BaseInstanceState)
 
instance.GetChildren(context, children)
public override void GetChildren( 
   ISystemContext context,
   IList<BaseInstanceState> children
)
public:
void GetChildren( 
   ISystemContext^ context,
   IList<BaseInstanceState^>^ children
) override 

Parameters

context
The context for the system being accessed.
children
The list of children to populate.
Remarks
This method returns the children that are in memory and does not attempt to access an underlying system. The PopulateBrowser method is used to discover those references.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDataVariableState Class
BaseDataVariableState Members