XPathMessageFilter.StaticGetSchema(XmlSchemaSet) 方法

定义

获取用于序列化 XPath 筛选器的 XML 架构的类型。

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

参数

schemas
XmlSchemaSet

包含 XML 架构定义语言 (XSD) 架构的缓存的 XmlSchemaSet

返回

XmlSchemaType

用于序列化 XPath 筛选器的 XmlSchemaType

例外

schemasnull

适用于