 | XmlSchemaManagerInsert Method |
Inserts an existing child node into the collection of child nodes of the
specified parent node.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool Insert(
XElement parent,
XElement child
)
Public Function Insert (
parent As XElement,
child As XElement
) As Boolean
public:
bool Insert(
XElement^ parent,
XElement^ child
)
Parameters
- parent XElement
- The parent node
- child XElement
- The child node
Return Value
Booleantrue, if the node has been inserted;
false otherwise.
See Also