XsdDataContractExporter.Schemas Propiedad

Definición

Obtiene la colección de esquemas XML exportados.

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

Valor de propiedad

XmlSchemaSet

Un XmlSchemaSet que contiene los esquemas transformados del conjunto de tipos de Common Language Runtime (CLR) después de llamar al método Export.

Se aplica a