System::Xml::Schema::XmlSchemaAnnotated::get_UnhandledAttributes method

XmlSchemaAnnotated::get_UnhandledAttributes method

Returns the qualified attributes that do not belong to the current schema’s target namespace.

ArrayPtr<SharedPtr<XmlAttribute>> System::Xml::Schema::XmlSchemaAnnotated::get_UnhandledAttributes()

ReturnValue

An array of qualified XmlAttribute objects that do not belong to the schema’s target namespace.

See Also