IXMLElement2.addChild(IXMLElement2, Int32, Int32) 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:
void addChild(MSXML::IXMLElement2 ^ pChildElem, int lIndex, int lReserved);
[System.Runtime.InteropServices.DispId(65745)]
public void addChild (MSXML.IXMLElement2 pChildElem, int lIndex, int lReserved);
[<System.Runtime.InteropServices.DispId(65745)>]
abstract member addChild : MSXML.IXMLElement2 * int * int -> unit
Public Sub addChild (pChildElem As IXMLElement2, lIndex As Integer, lReserved As Integer)
Parameters
- pChildElem
- IXMLElement2
- lIndex
- Int32
- lReserved
- Int32
- Attributes