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: