System::Xml::XmlReaderSettings::get_ValidationFlags メソッド
XmlReaderSettings::get_ValidationFlags method
スキーマ検証設定を示す値を返します。この設定はスキーマを検証する XmlReader オブジェクト(XmlReaderSettings::get_ValidationType の値が ValidationType::Schema)に適用されます。
Schema::XmlSchemaValidationFlags System::Xml::XmlReaderSettings::get_ValidationFlags()
ReturnValue
検証オプションを指定する列挙値のビット単位の組み合わせです。XmlSchemaValidationFlags::ProcessIdentityConstraints と XmlSchemaValidationFlags::AllowXmlAttributes はデフォルトで有効です。XmlSchemaValidationFlags::ProcessInlineSchema、XmlSchemaValidationFlags::ProcessSchemaLocation、XmlSchemaValidationFlags::ReportValidationWarnings はデフォルトで無効です。
参照
- Enum XmlSchemaValidationFlags
- Class XmlReaderSettings
- Namespace System::Xml
- Library Aspose.Page for C++