Adds a new child node with the specified name and value 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 desired name of the new node.
The parent element of the newly created node.
The desired value of the new node.