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::CreateNode Method
.NET Framework (current version)
Creates an XmlNode.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | CreateNode(String^, String^, String^) | Creates an XmlNode with the specified node type, Name, and NamespaceURI. |
![]() | CreateNode(XmlNodeType, String^, String^) | Creates an XmlNode with the specified XmlNodeType, Name, and NamespaceURI. |
![]() | CreateNode(XmlNodeType, String^, String^, String^) | Creates a XmlNode with the specified XmlNodeType, Prefix, Name, and NamespaceURI. |
Show:
