XmlSchemas::AddReference Method (XmlSchema^)

 

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.

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

public:
void AddReference(
	XmlSchema^ schema
)

Parameters

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

The XmlSchema to add.

.NET Framework
Available since 2.0
Return to top
Show: