DOMNodeWrapper.createNode Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Public Function createNode ( _
Type As Object, _
name As String, _
namespaceURI As String _
) As IXMLDOMNode
'Usage
Dim instance As DOMNodeWrapper
Dim Type As Object
Dim name As String
Dim namespaceURI As String
Dim returnValue As IXMLDOMNode
returnValue = instance.createNode(Type, _
name, namespaceURI)
public IXMLDOMNode createNode(
Object Type,
string name,
string namespaceURI
)
Parameters
- Type
Type: System.Object
- name
Type: System.String
- namespaceURI
Type: System.String
Return Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Implements
IXMLDOMDocument3.createNode(Object, String, String)
IXMLDOMDocument2.createNode(Object, String, String)
IXMLDOMDocument.createNode(Object, String, String)