ComponentOne Document Library for UWP
FindByName Method

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

Parameters

list
name
See Also

Reference

XmlExt Class
XmlExt Members