Partager via


DOMNodeWrapper.appendChild - 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 appendChild ( _
    newChild As IXMLDOMNode _
) As IXMLDOMNode
'Utilisation
Dim instance As DOMNodeWrapper
Dim newChild As IXMLDOMNode
Dim returnValue As IXMLDOMNode

returnValue = instance.appendChild(newChild)
public IXMLDOMNode appendChild(
    IXMLDOMNode newChild
)

Paramètres

Valeur renvoyée

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

Implémentations

IXMLDOMDocument3.appendChild(IXMLDOMNode)
IXMLDOMDocument2.appendChild(IXMLDOMNode)
IXMLDOMDocument.appendChild(IXMLDOMNode)
IXMLDOMElement.appendChild(IXMLDOMNode)
IXMLDOMCDATASection.appendChild(IXMLDOMNode)
IXMLDOMText.appendChild(IXMLDOMNode)
IXMLDOMAttribute.appendChild(IXMLDOMNode)
IXMLDOMComment.appendChild(IXMLDOMNode)
IXMLDOMCharacterData.appendChild(IXMLDOMNode)
IXMLDOMProcessingInstruction.appendChild(IXMLDOMNode)
IXMLDOMDocumentFragment.appendChild(IXMLDOMNode)
IXMLDOMDocumentType.appendChild(IXMLDOMNode)
IXMLDOMEntity.appendChild(IXMLDOMNode)
IXMLDOMEntityReference.appendChild(IXMLDOMNode)
IXMLDOMNode.appendChild(IXMLDOMNode)

Voir aussi

Référence

DOMNodeWrapper classe

DOMNodeWrapper - Membres

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