XPathMessageFilter.StaticGetSchema(XmlSchemaSet) Method

Definition

Gets the type of XML schema used to serialize the XPath filter.

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

Parameters

schemas
XmlSchemaSet

The XmlSchemaSet that contains the cache of XML Schema definition language (XSD) schemas.

Returns

The XmlSchemaType used to serialize the XPath filter.

Exceptions

schemas is null.

Applies to