XmlDataDocument.CreateElement Method
.NET Framework 4.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateElement(String) | Creates an element with the specified name. (Inherited from XmlDocument.) |
|
CreateElement(String, String) | Creates an XmlElement with the qualified name and NamespaceURI. (Inherited from XmlDocument.) |
|
CreateElement(String, String, String) | Creates an element with the specified Prefix, LocalName , and NamespaceURI. (Overrides XmlDocument.CreateElement(String, String, String).) |