The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlDocument::CreateElement Method
.NET Framework (current version)
Creates an XmlElement.
Assembly: System.Xml (in System.Xml.dll)
| 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. |
Show:
