XPathMessageFilter.StaticGetSchema(XmlSchemaSet) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于序列化 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。
返回
用于序列化 XPath 筛选器的 XmlSchemaType。
例外
schemas
为 null
。