The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlSchema::UnhandledAttributes Property
.NET Framework (current version)
Gets and sets the qualified attributes which do not belong to the schema target namespace.
Assembly: System.Xml (in System.Xml.dll)
public: property array<XmlAttribute^>^ UnhandledAttributes { array<XmlAttribute^>^ get(); void set(array<XmlAttribute^>^ value); }
Property Value
Type: array<System.Xml::XmlAttribute^>^An array of qualified XmlAttribute objects that do not belong to the schema target namespace.
.NET Framework
Available since 1.1
Available since 1.1
Show: