XmlSchemaExporter(XmlSchemas) Konstruktor

Definition

Initierar en ny instans av XmlSchemaExporter klassen.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

public:
 XmlSchemaExporter(System::Xml::Serialization::XmlSchemas ^ schemas);
public XmlSchemaExporter(System.Xml.Serialization.XmlSchemas schemas);
new System.Xml.Serialization.XmlSchemaExporter : System.Xml.Serialization.XmlSchemas -> System.Xml.Serialization.XmlSchemaExporter
Public Sub New (schemas As XmlSchemas)

Parametrar

schemas
XmlSchemas

En samling XmlSchema objekt som elementdeklarationer som hämtats från typmappningar läggs till.

Kommentarer

Klassen XmlSchemaExporter tillhandahåller den samling XmlSchema objekt som XML-schemaelementdeklarationer ska läggas till i. Du behöver inte skapa en instans av XmlSchemaExporter klassen direkt.

Gäller för