XPathMessageFilter.StaticGetSchema(XmlSchemaSet) Méthode

Définition

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

XmlSchemaType utilisé pour sérialiser le filtre XPath.

Exceptions

schemas a la valeur null.

S’applique à