XmlSchemaSet::Add Method

 

Adds the given XML Schema definition language (XSD) schema to the XmlSchemaSet.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodAdd(String^, String^)

Adds the XML Schema definition language (XSD) schema at the URL specified to the XmlSchemaSet.

System_CAPS_pubmethodAdd(String^, XmlReader^)

Adds the XML Schema definition language (XSD) schema contained in the XmlReader to the XmlSchemaSet.

System_CAPS_pubmethodAdd(XmlSchema^)

Adds the given XmlSchema to the XmlSchemaSet.

System_CAPS_pubmethodAdd(XmlSchemaSet^)

Adds all the XML Schema definition language (XSD) schemas in the given XmlSchemaSet to the XmlSchemaSet.

Return to top
Show: