Returns the XmlAttribute with the specified name.
[Visual Basic] Overloads Overridable Public Function GetAttributeNode( _ ByVal name As String _ ) As XmlAttribute [C#] public virtual XmlAttribute GetAttributeNode( string name ); [C++] public: virtual XmlAttribute* GetAttributeNode( String* name ); [JScript] public function GetAttributeNode( name : String ) : XmlAttribute;
The specified XmlAttribute.
XmlElement Class | XmlElement Members | System.NewXml Namespace | XmlElement.GetAttributeNode Overload List