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


In This Topic
    GetLastDescendant Method (NXmlNode)
    In This Topic
    Returns the last descendant of this node with the given name or null if no such descendant is found.
    Syntax
    'Declaration
     
    
    Public Function GetLastDescendant( _
       ByVal name As System.String _
    ) As NXmlNode
    'Usage
     
    
    Dim instance As NXmlNode
    Dim name As System.String
    Dim value As NXmlNode
     
    value = instance.GetLastDescendant(name)
    public NXmlNode GetLastDescendant( 
       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