XPathMessageFilter.OnReadXml(XmlReader) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lit le nœud XML actif.
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)
Paramètres
Exceptions
reader
a la valeur null
.
reader
n'est pas positionné sur l'élément initial.
- ou -
reader
a rencontré un élément vide.
Le contenu d'un nœud n'est pas valide.