ComponentOne Document Library for UWP
SelectSingleNode Method

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

Parameters

node
path
See Also

Reference

XmlExt Class
XmlExt Members