XPathMessageFilter.StaticGetSchema(XmlSchemaSet) Metod

Definition

Hämtar den typ av XML-schema som används för att serialisera XPath-filtret.

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

Parametrar

schemas
XmlSchemaSet

Som XmlSchemaSet innehåller cachen för XSD-scheman (XML Schema definition language).

Returer

Används XmlSchemaType för att serialisera XPath-filtret.

Undantag

schemas är null.

Gäller för