Share via


DOMNodeWrapper.createNode - Méthode

Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.

Espace de noms :  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly :  Microsoft.Office.Interop.InfoPath.SemiTrust (dans Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntaxe

'Déclaration
Public Function createNode ( _
    Type As Object, _
    name As String, _
    namespaceURI As String _
) As IXMLDOMNode
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode

Implémentations

IXMLDOMDocument3.createNode(Object, String, String)
IXMLDOMDocument2.createNode(Object, String, String)
IXMLDOMDocument.createNode(Object, String, String)

Voir aussi

Référence

DOMNodeWrapper classe

DOMNodeWrapper - Membres

Microsoft.Office.Interop.InfoPath.SemiTrust - Espace de noms