This topic has not yet been rated - Rate this topic

XmlDataDocument.CreateElement Method

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 CreateElement(String) Creates an element with the specified name. (Inherited from XmlDocument.)
Public method CreateElement(String, String) Creates an XmlElement with the qualified name and NamespaceURI. (Inherited from XmlDocument.)
Public method CreateElement(String, String, String) Creates an element with the specified Prefix, LocalName , and NamespaceURI. (Overrides XmlDocument.CreateElement(String, String, String).)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.