System::Xml::XmlReaderSettings::get_MaxCharactersInDocument 方法

XmlReaderSettings::get_MaxCharactersInDocument method

返回指示 XML 文档中允许的最大字符数的值。零 (0) 值表示对 XML 文档大小没有限制。非零值指定以字符为单位的最大大小。

int64_t System::Xml::XmlReaderSettings::get_MaxCharactersInDocument()

ReturnValue

XML 文档中允许的最大字符数。默认值为 0。

另见