ComponentOne Document Library for UWP
SelectNodes(XmlNode,String) Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > XmlExt Class : SelectNodes(XmlNode,String) Method
Syntax
'Declaration
 
Public Shared Function SelectNodes( _
   ByVal node As System.Xml.XmlNode, _
   ByVal path As System.String _
) As System.Xml.XmlNodeList
public static System.Xml.XmlNodeList SelectNodes( 
   System.Xml.XmlNode node,
   System.string path
)

Parameters

node
path
See Also

Reference

XmlExt Class
XmlExt Members