[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for M:LayerD.CodeDOM.XplNodeList.InsertAfter(LayerD.CodeDOM.XplNodeList,LayerD.CodeDOM.XplNode)]

C# | Visual Basic | Visual C++ |
public XplNode InsertAfter( XplNodeList newNodeList, XplNode reference )
Public Function InsertAfter ( _ newNodeList As XplNodeList, _ reference As XplNode _ ) As XplNode
public: XplNode^ InsertAfter( XplNodeList^ newNodeList, XplNode^ reference )

- newNodeList (XplNodeList)
[Missing <param> documentation for "newNodeList"]
- reference (XplNode)
[Missing <param> documentation for "reference"]

[Missing <returns> documentation for M:LayerD.CodeDOM.XplNodeList.InsertAfter(LayerD.CodeDOM.XplNodeList,LayerD.CodeDOM.XplNode)]