DOMNodeWrapper.replaceChild 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 replaceChild ( _
newChild As IXMLDOMNode, _
oldChild As IXMLDOMNode _
) As IXMLDOMNode
'Usage
Dim instance As DOMNodeWrapper
Dim newChild As IXMLDOMNode
Dim oldChild As IXMLDOMNode
Dim returnValue As IXMLDOMNode
returnValue = instance.replaceChild(newChild, _
oldChild)
public IXMLDOMNode replaceChild(
IXMLDOMNode newChild,
IXMLDOMNode oldChild
)
Parameters
- newChild
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
- oldChild
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Return Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Implements
IXMLDOMDocument3.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMDocument2.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMDocument.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMElement.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMCDATASection.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMText.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMAttribute.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMComment.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMCharacterData.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMProcessingInstruction.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMDocumentFragment.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMDocumentType.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMEntity.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMEntityReference.replaceChild(IXMLDOMNode, IXMLDOMNode)
IXMLDOMNode.replaceChild(IXMLDOMNode, IXMLDOMNode)