IXMLDOMDocument.replaceChild(IXMLDOMNode, IXMLDOMNode) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ replaceChild(Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ newChild, Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ oldChild);
public Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode replaceChild (Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode newChild, Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode oldChild);
abstract member replaceChild : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode * Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
Public Function replaceChild (newChild As IXMLDOMNode, oldChild As IXMLDOMNode) As IXMLDOMNode
Parameter
- newChild
- IXMLDOMNode
- oldChild
- IXMLDOMNode