Compartilhar via


IXMLDOMDocument.createNode(Object, String, String) Method

Definition

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

Applies to