System::Xml::XmlWriterSettings::get_CheckCharacters method

XmlWriterSettings::get_CheckCharacters method

يرجع قيمة تشير إلى ما إذا كان يجب على كاتب XML التحقق لضمان أن جميع الأحرف في المستند تتوافق مع القسم "2.2 Characters" من توصية W3C XML 1.0 Recommendation.

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

ReturnValue

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

انظر أيضًا