XmlSchemas::Add Method (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.

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

public:
int Add(
	XmlSchema^ schema
)

Parameters

schema
Type: System.Xml.Schema::XmlSchema^

The XmlSchema object to be added to the collection of objects.

Return Value

Type: System::Int32

The index at which the XmlSchema is added.

.NET Framework
Available since 1.1
Return to top
Show: