WriteComment()

XmlTextWriter::WriteComment(String) method

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

void System::Xml::XmlTextWriter::WriteComment(String text) override

Arguments

ParameterTypeDescription
textStringText to place inside the comment.

See Also