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: XML Schema Definition Language) スキーマのキャッシュを格納する XmlSchemaSet

戻り値

XmlSchemaType

XPath フィルターをシリアル化するために使用する XmlSchemaType

例外

schemasnullです。

適用対象