XmlDocument.CreateElement Method
.NET Framework 4.5
Creates an XmlElement.
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. |
|
CreateElement(String, String) | Creates an XmlElement with the qualified name and NamespaceURI. |
|
CreateElement(String, String, String) | Creates an element with the specified Prefix, LocalName, and NamespaceURI. |