XmlCDataSection.AppendChild(IXmlNode) Method

Definition

This method is not applicable to this class. The CDataSection does not have children. This method will throw an exception.

public:
 virtual IXmlNode ^ AppendChild(IXmlNode ^ newChild) = AppendChild;
IXmlNode AppendChild(IXmlNode const& newChild);
public IXmlNode AppendChild(IXmlNode newChild);
function appendChild(newChild)
Public Function AppendChild (newChild As IXmlNode) As IXmlNode

Parameters

newChild
IXmlNode

The new child node to be appended to the end of the list of children of this node.

Returns

The new child node successfully appended to the list. If null, no object is created.

Implements

Applies to