set_UnhandledAttributes()

XmlSchemaAnnotation::set_UnhandledAttributes(const ArrayPtr<SharedPtr<XmlAttribute>>&) method

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

void System::Xml::Schema::XmlSchemaAnnotation::set_UnhandledAttributes(const ArrayPtr<SharedPtr<XmlAttribute>> &value)

Arguments

ParameterTypeDescription
valueconst ArrayPtr<SharedPtr<XmlAttribute>>&The value to set.

See Also