System::Xml::XmlTextWriter::WriteComment method

XmlTextWriter::WriteComment method

Writes out a comment **** containing the specified text.

void System::Xml::XmlTextWriter::WriteComment(String text) override
ParameterTypeDescription
textStringText to place inside the comment.

See Also