Поделиться через


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

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

Parameters

Return Value

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

Implements

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)

See Also

Reference

DOMNodeWrapper Class

DOMNodeWrapper Members

Microsoft.Office.Interop.InfoPath.SemiTrust Namespace