InitString.GetAttributeNode(XmlNode, String) Method

Definition

Retrieves the named attribute node under parentNode.

protected:
 System::Xml::XmlNode ^ GetAttributeNode(System::Xml::XmlNode ^ parentNode, System::String ^ childName);
protected System.Xml.XmlNode GetAttributeNode (System.Xml.XmlNode parentNode, string childName);
member this.GetAttributeNode : System.Xml.XmlNode * string -> System.Xml.XmlNode
Protected Function GetAttributeNode (parentNode As XmlNode, childName As String) As XmlNode

Parameters

parentNode
XmlNode

Specifies the parent node.

childName
String

Specifies the name of the child.

Returns

Applies to