Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NodeState Dim context As ISystemContext Dim browsePath As IList(Of QualifiedName) Dim index As Integer Dim value As BaseInstanceState value = instance.FindChild(context, browsePath, index) |
C# | |
---|---|
public virtual BaseInstanceState FindChild( ISystemContext context, IList<QualifiedName> browsePath, int index ) |
Parameters
- context
- The context to use.
- browsePath
- The browse path.
- index
- The current position in the browse path.
Return Value
The target if found. Null otherwise.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x