DOMDocument50Class.IXMLDOMDocument_appendChild(IXMLDOMNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ IXMLDOMDocument_appendChild(Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ newChild) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument::appendChild;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode IXMLDOMDocument_appendChild (Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode newChild);
abstract member IXMLDOMDocument_appendChild : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
override this.IXMLDOMDocument_appendChild : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
Public Overridable Function IXMLDOMDocument_appendChild (newChild As IXMLDOMNode) As IXMLDOMNode
Parameters
- newChild
- IXMLDOMNode