ExpressionNode.ReadElementWithCheck(XmlReader, String) 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 et vérifie l’élément nommé dans son intégralité (Element - Text - EndElement)
protected static string ReadElementWithCheck(System.Xml.XmlReader xr, string name);
static member ReadElementWithCheck : System.Xml.XmlReader * string -> string
Protected Shared Function ReadElementWithCheck (xr As XmlReader, name As String) As String
Paramètres
- xr
- XmlReader
- name
- String
nom de l’élément
Retours
texte de l’élément