Adds a new child node with the specified name to the specified parent node.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public XElement AddChildElement ( |
Visual Basic
Copy Code
|
|---|
Public Function AddChildElement( _ |
The desired name of the new node.
The parent element of the newly created node.
A XElement object representing the newly created element.
See Also