IXMLDOMNode.replaceChild(IXMLDOMNode, IXMLDOMNode) Method

Definition

This type or member acts as a proxy for a Microsoft XML Core Services (MSXML) object or member. For information about the MSXML object or member that is wrapped by this type or member, see the MSXML SDKWorking with MSXML5 and System.Xml Using the InfoPath 2003 Object Model

public:
 Microsoft::Office::Interop::InfoPath::SemiTrust::IXMLDOMNode ^ replaceChild(Microsoft::Office::Interop::InfoPath::SemiTrust::IXMLDOMNode ^ newChild, Microsoft::Office::Interop::InfoPath::SemiTrust::IXMLDOMNode ^ oldChild);
public Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode replaceChild (Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode newChild, Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode oldChild);
abstract member replaceChild : Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode * Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode -> Microsoft.Office.Interop.InfoPath.SemiTrust.IXMLDOMNode
Public Function replaceChild (newChild As IXMLDOMNode, oldChild As IXMLDOMNode) As IXMLDOMNode

Parameters

newChild
IXMLDOMNode
oldChild
IXMLDOMNode

Returns

Applies to