Bearbeiten

XPathMessageFilter.OnGetSchema Method

Definition

Gets the schema for the current XML document.

protected:
 virtual System::Xml::Schema::XmlSchema ^ OnGetSchema();
protected virtual System.Xml.Schema.XmlSchema OnGetSchema ();
abstract member OnGetSchema : unit -> System.Xml.Schema.XmlSchema
override this.OnGetSchema : unit -> System.Xml.Schema.XmlSchema
Protected Overridable Function OnGetSchema () As XmlSchema

Returns

The XmlSchema that represents the current document.

Applies to