XsdDataContractExporter.Schemas Propriété

Définition

Obtient la collection de schémas XML exportés.

public:
 property System::Xml::Schema::XmlSchemaSet ^ Schemas { System::Xml::Schema::XmlSchemaSet ^ get(); };
public System.Xml.Schema.XmlSchemaSet Schemas { get; }
member this.Schemas : System.Xml.Schema.XmlSchemaSet
Public ReadOnly Property Schemas As XmlSchemaSet

Valeur de propriété

Un XmlSchemaSet qui contient les schémas transformés à partir de l'ensemble de types CLR après avoir appelé la méthode Export.

S’applique à