XmlSchemas.AddReference(XmlSchema) Method

Definition

Adds an XmlSchema object that represents an assembly reference to the collection.

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

public:
 void AddReference(System::Xml::Schema::XmlSchema ^ schema);
public void AddReference (System.Xml.Schema.XmlSchema schema);
member this.AddReference : System.Xml.Schema.XmlSchema -> unit
Public Sub AddReference (schema As XmlSchema)

Parameters

schema
XmlSchema

The XmlSchema to add.

Applies to