1 out of 1 rated this helpful - Rate this topic

XmlDocument.CreateAttribute Method

Creates an XmlAttribute with the specified name.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method CreateAttribute(String) Creates an XmlAttribute with the specified Name.
Public method CreateAttribute(String, String) Creates an XmlAttribute with the specified qualified name and NamespaceURI.
Public method CreateAttribute(String, String, String) Creates an XmlAttribute with the specified Prefix, LocalName, and NamespaceURI.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.