Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NodeState Dim context As ISystemContext Dim symbolicPath As String Dim value As BaseInstanceState value = instance.FindChildBySymbolicName(context, symbolicPath) |
C# | |
---|---|
public virtual BaseInstanceState FindChildBySymbolicName( ISystemContext context, string symbolicPath ) |
Parameters
- context
- The context.
- symbolicPath
- The symbolic path.
Return Value
The matching child. Null if the no child was found.
This method assumes the symbolicPath consists of symbolic names seperated by a slash ('/').
Leading and trailing slashes are ignored.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x