Aracılığıyla paylaş


XPathMessageFilter.StaticGetSchema(XmlSchemaSet) Yöntem

Tanım

XPath filtresini seri hale getirmek için kullanılan XML şemasının türünü alır.

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

Parametreler

schemas
XmlSchemaSet

XmlSchemaSetXML şeması tanım dili (xsd) şemaları önbelleğini içerir.

Döndürülenler

XmlSchemaType

XmlSchemaTypeXPath filtresini seri hale getirmek için kullanılır.

Özel durumlar

schemas, null değeridir.

Şunlara uygulanır