Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlNode Class / GetFirstDescendant Method
The name of the descendant to search for.


In This Topic
    GetFirstDescendant Method (NXmlNode)
    In This Topic
    Returns the first descendant of this node with the given name or null if no such descendant is found.
    Syntax
    'Declaration
     
    
    Public Function GetFirstDescendant( _
       ByVal name As System.String _
    ) As NXmlNode
    'Usage
     
    
    Dim instance As NXmlNode
    Dim name As System.String
    Dim value As NXmlNode
     
    value = instance.GetFirstDescendant(name)
    public NXmlNode GetFirstDescendant( 
       System.string name
    )

    Parameters

    name
    The name of the descendant to search for.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also