System::Xml::Schema::XmlSchemaAnnotation::get_UnhandledAttributes method

XmlSchemaAnnotation::get_UnhandledAttributes method

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

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

ReturnValue

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

See Also