DOMDocument50Class.IXMLDOMDocument2_insertBefore(IXMLDOMNode, Object) 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 ^ IXMLDOMDocument2_insertBefore(Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMNode ^ newChild, System::Object ^ refChild) = Microsoft::Office::Interop::InfoPath::Xml::IXMLDOMDocument2::insertBefore;
public virtual Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode IXMLDOMDocument2_insertBefore (Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode newChild, object refChild);
abstract member IXMLDOMDocument2_insertBefore : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode * obj -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
override this.IXMLDOMDocument2_insertBefore : Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode * obj -> Microsoft.Office.Interop.InfoPath.Xml.IXMLDOMNode
Public Overridable Function IXMLDOMDocument2_insertBefore (newChild As IXMLDOMNode, refChild As Object) As IXMLDOMNode
Parameters
- newChild
- IXMLDOMNode
- refChild
- Object