Adds a new child node with the specified name to the specified parent node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public XElement AddChildElement ( |
Visual Basic Copy Code |
---|
Public Function AddChildElement( _ |
The name of the new child node to be added to the parent node.
The parent node that the child node will be added to.
A System.Xml.Linq.XDocument object.