EndpointAddress10.GetSchema(XmlSchemaSet) 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.
Retourne un nom qualifié XML qui décrit la représentation XML de l’adresse de point de terminaison version 1.0 à partir d’un schéma mis en cache spécifié.
public:
static System::Xml::XmlQualifiedName ^ GetSchema(System::Xml::Schema::XmlSchemaSet ^ xmlSchemaSet);
public static System.Xml.XmlQualifiedName GetSchema (System.Xml.Schema.XmlSchemaSet xmlSchemaSet);
static member GetSchema : System.Xml.Schema.XmlSchemaSet -> System.Xml.XmlQualifiedName
Public Shared Function GetSchema (xmlSchemaSet As XmlSchemaSet) As XmlQualifiedName
Paramètres
- xmlSchemaSet
- XmlSchemaSet
XmlSchema qui contient un cache des schémas de langage XSD (XML Schema definition) pour l'adresse de point de terminaison.
Retours
XmlQualifiedName qui décrit la représentation XML de l'adresse de point de terminaison.
Exceptions
xmlSchemaSet
a la valeur null
.
Remarques
Cette méthode est requise par le contrat de sérialisation. Ce contrat doit être public pour être vu par XmlSerializer. Il n'est pas destiné à être appelé par les développeurs.