XPathMessageFilter.OnReadXml(XmlReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the current XML node.
protected:
virtual void OnReadXml(System::Xml::XmlReader ^ reader);
protected virtual void OnReadXml (System.Xml.XmlReader reader);
abstract member OnReadXml : System.Xml.XmlReader -> unit
override this.OnReadXml : System.Xml.XmlReader -> unit
Protected Overridable Sub OnReadXml (reader As XmlReader)
Parameters
Exceptions
reader
is null
.
reader
is not positioned on the starting element.
-or-
reader
encountered an empty element.
Content of a node is invalid.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.