XmlSchemaSet::Schemas Method ()
.NET Framework (current version)
Returns a collection of all the XML Schema definition language (XSD) schemas in the XmlSchemaSet.
Assembly: System.Xml (in System.Xml.dll)
Return Value
Type: System.Collections::ICollection^An ICollection object containing all the schemas that have been added to the XmlSchemaSet. If no schemas have been added to the XmlSchemaSet, an empty ICollection object is returned.
This method returns schemas that were added indirectly to the XmlSchemaSet because they were imported.
Note |
|---|
The Schemas method is the equivalent of the GetEnumerator method of the obsolete XmlSchemaCollection. |
The following example illustrates how to iterate over all the schemas in the XmlSchemaSet.
.NET Framework
Available since 2.0
Available since 2.0
Show:
