XPathMessageFilter.StaticGetSchema(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.
Obtient le type de schéma XML utilisé pour sérialiser le filtre XPath.
public:
static System::Xml::Schema::XmlSchemaType ^ StaticGetSchema(System::Xml::Schema::XmlSchemaSet ^ schemas);
public static System.Xml.Schema.XmlSchemaType StaticGetSchema (System.Xml.Schema.XmlSchemaSet schemas);
static member StaticGetSchema : System.Xml.Schema.XmlSchemaSet -> System.Xml.Schema.XmlSchemaType
Public Shared Function StaticGetSchema (schemas As XmlSchemaSet) As XmlSchemaType
Paramètres
- schemas
- XmlSchemaSet
XmlSchemaSet contenant le cache des schémas en langage XSD (XML Schema Definition).
Retours
XmlSchemaType utilisé pour sérialiser le filtre XPath.
Exceptions
schemas
a la valeur null
.