IXMLDOMDocument.createNode(Object, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
MSXML::IXMLDOMNode ^ createNode(System::Object ^ type, System::String ^ name, System::String ^ namespaceURI);
[System.Runtime.InteropServices.DispId(54)]
public MSXML.IXMLDOMNode createNode (object type, string name, string namespaceURI);
[<System.Runtime.InteropServices.DispId(54)>]
abstract member createNode : obj * string * string -> MSXML.IXMLDOMNode
Public Function createNode (type As Object, name As String, namespaceURI As String) As IXMLDOMNode
Parameters
- type
- Object
- name
- String
- namespaceURI
- String
Returns
- Attributes