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

Qui XmlSchemaSet contient le cache des schémas XSD (XML Schema Definition Language).

Retours

Utilisé XmlSchemaType pour sérialiser le filtre XPath.

Exceptions

schemas a la valeur null.

S’applique à