XmlSchemas::Add Method

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds an object to the collection of the XmlSchema objects.

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

NameDescription
System_CAPS_pubmethodAdd(XmlSchema^)

This API supports the product infrastructure and is not intended to be used directly from your code. Adds an object to the end of the collection.

System_CAPS_pubmethodAdd(XmlSchema^, Uri^)

This API supports the product infrastructure and is not intended to be used directly from your code. Adds an XmlSchema object that represents an assembly reference to the collection.

System_CAPS_pubmethodAdd(XmlSchemas^)

This API supports the product infrastructure and is not intended to be used directly from your code. Adds an instance of the XmlSchemas class to the end of the collection.

Return to top
Show: