System::Xml::Schema::XmlSchema::get_UnhandledAttributes method

XmlSchema::get_UnhandledAttributes method

Returns the qualified attributes which do not belong to the schema target namespace.

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

ReturnValue

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

See Also