Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets and sets the qualified attributes which do not belong to the schema target namespace.

Namespace:   System.Xml.Schema
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
Return to top
Show:
© 2017 Microsoft