XmlSchemaSet.Add Method (XmlSchema)
.NET Framework 4.5
Adds the given XmlSchema to the XmlSchemaSet.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- schema
- Type: System.Xml.Schema.XmlSchema
The XmlSchema object to add to the XmlSchemaSet.
Return Value
Type: System.Xml.Schema.XmlSchemaAn XmlSchema object if the schema is valid. If the schema is not valid and a ValidationEventHandler is specified, then null is returned and the appropriate validation event is raised. Otherwise, an XmlSchemaException is thrown.
| Exception | Condition |
|---|---|
| XmlSchemaException | The schema is not valid. |
| ArgumentNullException | The XmlSchema object passed as a parameter is null. |
If the XmlSchema object already exists in the XmlSchemaSet, the Add method does nothing.
The functionality of this method is identical to that of the Add method.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.