This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
XmlDocument..::.CreateNode Method

Overload List
|
| Name | Description |
|---|
.gif) .gif) .gif) | CreateNode(String, String, String) | Creates an XmlNode with the specified node type, Name, and NamespaceURI. |
.gif) .gif) .gif) | CreateNode(XmlNodeType, String, String) | Creates an XmlNode with the specified XmlNodeType, Name, and NamespaceURI. |
.gif) .gif) .gif) | CreateNode(XmlNodeType, String, String, String) | Creates a XmlNode with the specified XmlNodeType, Prefix, Name, and NamespaceURI. |
Top

See Also