System::Xml::XmlWriter::WriteString method

XmlWriter::WriteString method

When overridden in a derived class, writes the given text content.

virtual void System::Xml::XmlWriter::WriteString(const String &text)=0
ParameterTypeDescription
textconst String&The text to write.

See Also