System::Xml::XmlWriter::WriteCData method

XmlWriter::WriteCData method

When overridden in a derived class, writes out a block containing the specified text.

virtual void System::Xml::XmlWriter::WriteCData(String text)=0
ParameterTypeDescription
textStringThe text to place inside the CDATA block.

See Also