XmlSchemaSet::Add Method
.NET Framework (current version)
Adds the given XML Schema definition language (XSD) schema to the XmlSchemaSet.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, String^) | Adds the XML Schema definition language (XSD) schema at the URL specified to the XmlSchemaSet. |
![]() | Add(String^, XmlReader^) | Adds the XML Schema definition language (XSD) schema contained in the XmlReader to the XmlSchemaSet. |
![]() | Add(XmlSchema^) | Adds the given XmlSchema to the XmlSchemaSet. |
![]() | Add(XmlSchemaSet^) | Adds all the XML Schema definition language (XSD) schemas in the given XmlSchemaSet to the XmlSchemaSet. |
Show:
