System::Xml::XmlTextWriter::WriteComment 方法

XmlTextWriter::WriteComment method

写出包含指定文本的注释 ****。

void System::Xml::XmlTextWriter::WriteComment(String text) override
参数类型描述
textStringText 用于放置在注释内部。

另见