CustomXMLNode.AppendChildSubtree(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a subtree as the last child under the context element node in the tree.
public:
void AppendChildSubtree(System::String ^ XML);
public void AppendChildSubtree (string XML);
abstract member AppendChildSubtree : string -> unit
Public Sub AppendChildSubtree (XML As String)
Parameters
- XML
- String
Represents the subtree to add.
Remarks
If the context node is any type other than msoCustomXMLNodeElement, the append operation is not performed and an error message is displayed. If the CustomXMLNode is being validated against a schema and if the operation would result in an invalid tree structure, the append operation is not performed and an error message is displayed.