System::Xml::XmlWriterSettings::get_CheckCharacters 方法

XmlWriterSettings::get_CheckCharacters method

返回一个值,指示 XML 写入器是否应检查以确保文档中的所有字符符合 W3C XML 1.0 Recommendation 中的 “2.2 Characters” 部分。

bool System::Xml::XmlWriterSettings::get_CheckCharacters()

ReturnValue

true to do character checking; otherwise, false. The default is true.

另见