XmlSchemas.Remove(XmlSchema) Method

Definition

Removes the first occurrence of a specific schema from the XmlSchemas.

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

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

Parameters

schema
XmlSchema

The XmlSchema to remove.

Applies to