FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / XmlExt Class / SelectNodes(XmlNode,String) Method

In This Topic
    SelectNodes(XmlNode,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SelectNodes( _
       ByVal node As XmlNode, _
       ByVal path As String _
    ) As XmlNodeList
    public static XmlNodeList SelectNodes( 
       XmlNode node,
       string path
    )

    Parameters

    node
    path
    See Also