System::Xml::XmlWriter::WriteComment method

XmlWriter::WriteComment method

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

virtual void System::Xml::XmlWriter::WriteComment(String text)=0
ParameterTypeDescription
textStringText to place inside the comment.

See Also