ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XmlUtil Class / GetSubNode Method

In This Topic
    GetSubNode Method (XmlUtil)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetSubNode( _
       ByVal node As System.Xml.XmlNode, _
       ByVal subNodeName As System.String _
    ) As System.Xml.XmlNode
    public static System.Xml.XmlNode GetSubNode( 
       System.Xml.XmlNode node,
       System.string subNodeName
    )

    Parameters

    node
    subNodeName
    See Also