MetadataSection.CreateFromSchema(XmlSchema) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un MetadataSection à partir de l'objet XmlSchema spécifié.
public:
static System::ServiceModel::Description::MetadataSection ^ CreateFromSchema(System::Xml::Schema::XmlSchema ^ schema);
public static System.ServiceModel.Description.MetadataSection CreateFromSchema (System.Xml.Schema.XmlSchema schema);
static member CreateFromSchema : System.Xml.Schema.XmlSchema -> System.ServiceModel.Description.MetadataSection
Public Shared Function CreateFromSchema (schema As XmlSchema) As MetadataSection
Paramètres
- schema
- XmlSchema
Document de schéma XML.
Retours
MetadataSection contenant le schéma XML spécifié.
Exceptions
Le schéma a la valeur null
.
Remarques
Utilisez cette méthode de fabrique statique pour créer rapidement un MetadataSection pour un document de schéma XML. La valeur Dialect est affectée à la propriété XmlSchemaDialect et la propriété Identifier a la valeur de l'espace de noms cible du document de schéma XML.